Tag: software-design
All the articles with the tag "software-design".
-
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.