Logo
    Search

    c++

    Explore "c++" with insightful episodes like and "Everything I Learned as a Software Developer While Creating my Product" from podcasts like " and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (1)

    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.