Changes between Version 3 and Version 4 of HowtoSoftwareOrchestrator


Ignore:
Timestamp:
Aug 29, 2025, 9:56:43 AM (8 days ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoSoftwareOrchestrator

    v3 v4  
    1414* rewrite the git history when needed, use git rebase -i so you can move commits togheter or merge them.
    1515* spend time to learn some programming concepts and principles, design patterns, etc... this will help you to know how to indicate to your IA exactly what must do, you are the brain and IA is the worker.
    16 * ask AI to: Write a comprehensive and complete behavioral analysis flow of the source code flow, step by step actions that performs from start to finish, and every feature flow independently. The goal is to understand all its internal behaviors to validate if they meet expectations.
     16* Is the flow correctly working? ask the AI to: Write a comprehensive and complete behavioral analysis flow of the X-BEHAVIOUR, step by step actions and flow of it. The goal is to understand all its internal behavior to validate if they meet expectations.
     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.
    1718
    1819== My 5-Step Coding Procedure ==