home.social

#codesmell — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codesmell, aggregated by home.social.

fetched live
  1. Запах SELECT'а. Обнаружение CODE SMELL до отправки T-SQL кода на прод

    Взгляд на экосистему SQL-разработки под MS SQL SERVER через призму контроля качества кода. Обзор существующих инструментов, описание самостоятельной наработки для линтинга T-SQL кода.

    habr.com/ru/articles/1036340/

    #tsql #code_smell #static_analysis #opensource #db #sqlproj #ssdt #dacfx #scriptdom #codesmell

  2. Запах SELECT'а. Обнаружение CODE SMELL до отправки T-SQL кода на прод

    Взгляд на экосистему SQL-разработки под MS SQL SERVER через призму контроля качества кода. Обзор существующих инструментов, описание самостоятельной наработки для линтинга T-SQL кода.

    habr.com/ru/articles/1036340/

    #tsql #code_smell #static_analysis #opensource #db #sqlproj #ssdt #dacfx #scriptdom #codesmell

  3. Запах SELECT'а. Обнаружение CODE SMELL до отправки T-SQL кода на прод

    Взгляд на экосистему SQL-разработки под MS SQL SERVER через призму контроля качества кода. Обзор существующих инструментов, описание самостоятельной наработки для линтинга T-SQL кода.

    habr.com/ru/articles/1036340/

    #tsql #code_smell #static_analysis #opensource #db #sqlproj #ssdt #dacfx #scriptdom #codesmell

  4. Today is a let’s fix all the warnings in the thousands of lines of groovy we have been letting rot for 2 years type of day.

    I got nothing against groovy other than it’s excessively difficult to even lint outside of running it in a jenkins environment. So I guess groovy using jenkins libraries and such.

    The juice just ain’t worth the squeeze, or I tell myself that and then end up in situations like this 💀

    #jenkins #groovy #codeSmell

  5. Today is a let’s fix all the warnings in the thousands of lines of groovy we have been letting rot for 2 years type of day.

    I got nothing against groovy other than it’s excessively difficult to even lint outside of running it in a jenkins environment. So I guess groovy using jenkins libraries and such.

    The juice just ain’t worth the squeeze, or I tell myself that and then end up in situations like this 💀

    #jenkins #groovy #codeSmell

  6. I have a new theory about Boots’s car crash of a website.

    I’ve become somewhat obsessed with the boots.com website and its endlessly hilarious bad front end. My theory in my last post was a bad or underskilled manager. A bully or an idiot or both.

    I still think there is some bad management shite going down at boots.com but I have started to wonder if the fault might not be further upon the chain […]

    #badCode #bigCompanyFails #Boots #codeSmell #errors #HCLTechnologies #IBM #managers #muggles #WebSphereCommerce #wizards #CodingAndDevelopment

  7. I have a new theory about Boots’s car crash of a website.

    I’ve become somewhat obsessed with the boots.com website and its endlessly hilarious bad front end. My theory in my last post was a bad or underskilled manager. A bully or an idiot or both.

    I still think there is some bad management shite going down at boots.com but I have started to wonder if the fault might not be further upon the chain […]

    #badCode #bigCompanyFails #Boots #codeSmell #errors #HCLTechnologies #IBM #managers #muggles #WebSphereCommerce #wizards #CodingAndDevelopment

  8. I have a new theory about Boots’s car crash of a website.

    I’ve become somewhat obsessed with the boots.com website and its endlessly hilarious bad front end. My theory in my last post was a bad or underskilled manager. A bully or an idiot or both.

    I still think there is some bad management shite going down at boots.com but I have started to wonder if the fault might not be further upon the chain […]

    #badCode #bigCompanyFails #Boots #codeSmell #errors #HCLTechnologies #IBM #managers #muggles #WebSphereCommerce #wizards #CodingAndDevelopment

  9. I have a new theory about Boots’s car crash of a website.

    I’ve become somewhat obsessed with the boots.com website and its endlessly hilarious bad front end. My theory in my last post was a bad or underskilled manager. A bully or an idiot or both.

    I still think there is some bad management shite going down at boots.com but I have started to wonder if the fault might not be further upon the chain […]

    #badCode #bigCompanyFails #Boots #codeSmell #errors #HCLTechnologies #IBM #managers #muggles #WebSphereCommerce #wizards #CodingAndDevelopment

  10. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  11. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  12. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  13. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  14. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  15. You know it's about to get rough when the service you're about to work on starts with #region Fields and the #endregion is not even in sight.

    #csharp #codesmell

  16. You know it's about to get rough when the service you're about to work on starts with #region Fields and the #endregion is not even in sight.

    #csharp #codesmell

  17. The code smell called Magic Numbers is caused by using numbers that lack the proper semantics in our code 🧼

    blog.susomejias.dev/blog/code-

  18. The code smell called Switch Statements is caused by the abusive use of the switch statements in our code 🧼

    In this article I show how identify and fix this code smell.

    blog.susomejias.dev/blog/code-

    #code #codeSmell #cleanCode #codeQuality #switchStatements

  19. The code smell called Switch Statements is caused by the abusive use of the switch statements in our code 🧼

    In this article I show how identify and fix this code smell.

    blog.susomejias.dev/blog/code-

  20. The code smell called Switch Statements is caused by the abusive use of the switch statements in our code 🧼

    In this article I show how identify and fix this code smell.

    blog.susomejias.dev/blog/code-

    #code #codeSmell #cleanCode #codeQuality #switchStatements