Changes between Version 5 and Version 6 of HowtoSoftwareOrchestrator
- Timestamp:
- Aug 30, 2025, 10:02:47 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoSoftwareOrchestrator
v5 v6 17 17 * Label your source code features / elements with comments as you call them, so sometimes AI don't understand what you are refering to like "the button download" and you want it to not do mistakes. 18 18 * Don't ask for 2 changes unless you are describing a rewrite, IA's are like humans: cannot think in 2 things at the same time. Give it a single need per order. 19 * Leave instructions in the comments: sometimes AI is very stubborn removing your feature or things as you want them to be over and over, add a comment with the keyword "important" declaring how the next line/block should be and why is important to keep that way. 19 20 20 21 == My 5-Step Coding Procedure ==