Logo
    Search

    code-quality

    Explore "code-quality" with insightful episodes like "Code Smell 238 - Dealing With Entangled Code" and "Everything I Learned as a Software Developer While Creating my Product" from podcasts like ""Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (2)

    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.

    Everything I Learned as a Software Developer While Creating my Product

    Everything I Learned as a Software Developer While Creating my Product

    This story was originally published on HackerNoon at: https://hackernoon.com/everything-i-learned-as-a-software-developer-while-creating-my-product.
    Before creating the code, it is crucial to prioritize its quality. It should be the foremost consideration in the development process.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #code-quality, #coding-standards, #project-documentation, #c++, #qt, #sqlite, #ui-development, #csv, and more.

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

    This article delves into the importance of code quality, documentation, and UI development in the creation of the FVA Software. It explores the use of automated tools, manual code review, and Python checks to ensure code adherence. The significance of clear code documentation for both C++ and Python is emphasized. The transition from QWidgets to QML for UI implementation is discussed, along with the benefits of utilizing the QT library. The evolution of internal metadata formats in the software is explored, highlighting the challenges and decisions made along the way. Overall, the article provides insights into building a robust and maintainable software product.