Changes between Version 8 and Version 9 of HowtoSoftwareOrchestrator
- Timestamp:
- Oct 6, 2025, 10:22:23 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoSoftwareOrchestrator
v8 v9 20 20 * Name your elements, otherwise there can be modifications in unexpected places. 21 21 * Sometimes an implementation becomes stuck in loop, don't fear to delete the entire feature history and start again implementing it with a better instruction, sometimes its even the only way to make it work correctly. 22 * When you are unable to do something, ask why. It will explain you why the code is structured in a way that cannot be changed as how you want, then you can rephrase your request on how it should be redesigned. 22 23 23 24 == My 5-Step Coding Procedure ==