Logo
    Search

    clean-code

    Explore "clean-code" with insightful episodes like "Code Smell 252 - NullCustomer", "Why I Switched to Table Driven Testing approach in Go" and "Code Smell 238 - Dealing With Entangled Code" from podcasts like ""Programming Tech Brief By HackerNoon", "Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (3)

    Code Smell 252 - NullCustomer

    Code Smell 252 - NullCustomer

    This story was originally published on HackerNoon at: https://hackernoon.com/code-smell-252-nullcustomer.

    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #software-development, #design-patterns, #clean-code, #refactoring, #javascript-tutorial, #code-smells, #what-is-nullcustomer, #bijection-fault-explained, and more.

    This story was written by: @mcsee. Learn more about this writer by checking @mcsee's about page, and for more stories, please visit hackernoon.com.

    Prefer real domain names to Implementation names

    Why I Switched to Table Driven Testing approach in Go

    Why I Switched to Table Driven Testing approach in Go

    This story was originally published on HackerNoon at: https://hackernoon.com/why-i-switched-to-table-driven-testing-approach-in-go.
    Table driven tests, also known as parameterized tests, have became very popular over the past few years due to their ability to eliminate repetition.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #go, #table-driven-testing, #code-testing, #code-quality-assurance, #qaing-code, #good-code, #clean-code, #mock-dependencies, and more.

    This story was written by: @himanshu.mandhyan. Learn more about this writer by checking @himanshu.mandhyan's about page, and for more stories, please visit hackernoon.com.

    Table driven tests, also known as parameterized tests, have became very popular over the past few years due to their ability to eliminate repetition.

    Code Smell 238 - Dealing With Entangled Code

    Code Smell 238 - Dealing With Entangled Code

    This story was originally published on HackerNoon at: https://hackernoon.com/code-smell-238-dealing-with-entangled-code.
    Learn practical solutions to common Python code problems related to readability and scoping.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #clean-code, #code-quality, #software-engineering, #code-smells, #entangled-code, #python-code-readability, #python-code-scoping, #fixing-code-smells, and more.

    This story was written by: @mcsee. Learn more about this writer by checking @mcsee's about page, and for more stories, please visit hackernoon.com.

    Don't mix your train of thought: Improve your Python code's readability and scoping by avoiding entanglements. Learn how to move related code close together, extract methods, and refactor effectively. Address common problems and enhance your Python programming skills for better code structure and maintainability.