Tag: practices
All the articles with the tag "practices".
-
What I fix after the LLM is done
The design problems LLM-generated code produces, and how to fix them.
-
What makes code unmaintainable
Why code becomes hard to change: cohesion failures, coupling failures, leaked decisions, and other structural causes of unmaintainable software.
-
Build the throwaway prototype first
Before integrating unfamiliar code into production, explore it in a throwaway project first.
-
How to Use Pseudocode to Design Better Software - Working Example
A practical demonstration of pseudocode-driven development for designing maintainable software, with a real-world example from requirements to implementation.