0
Do I need to write an abstract(summary, outline) while I am learning to programme?
Hello world, At school, I always wrote an outline for each subject. What about programming? Do I need to write an abstract(summary, outline) while I am learning to programme?
1 Réponse
+ 3
design is an important part of programming, in business they take the design very seriously, so they use UML design and flowcharts to map out the program defining dependencies and cohesion as well as inheritance and control structures, using pseudo code is also good practice for outlining your design to be implemented in any language!