|
|
|
|
|
by cvwright
28 days ago
|
|
LLMs are bringing us back to all the “proper” software engineering stuff that we’ve always known we should be doing, but until now we never had enough time/people/money to do it right. Brainstorming and research before writing a design. Writing a design or spec before writing the code. Comprehensive unit tests. Etc etc etc. Like you, I get vastly better output from the tool when I create a detailed spec in markdown before I let it start coding. And bonus, the LLM is pretty good at helping with the spec too. |
|