Thursday, April 23, 2020

principles of programming?

Lucien Hellerman: I'm tempted to say "Use it Up. Wear it Out. Make it do or do without'. That is largely a manager's mindset however.'Measure twice. Cut once.', are words to live by.

Eli Trapeni: Principles of programming is just another way of saying programming basics. Then I would describe to you an ancient program called QBasic and even VB, visual Basic.

Eli Trapeni: umm I like manny's answer cause thats pretty much what happens when u become a programmer

Jackson Esmiol: Power up computerFire up the editorCodeCompileRunDebug...Show more

Devon Kalberer: I assume you mean computer programming?If so, there are several principles of computer programming that one must master in order to become a skilled programmer, including:- variables and variable scope- data types- data structures- flow constructs (if/then, while/do, goto, etc)Then, there are elements of programming that influence reliability and readibility of code, including:- single entry, sin! gle exit- modularity, cohesion and couplingI hope this helps....it's a pretty vast subject area....Show more

Jesse Pirieda: RTFM is a good starting pointHowever the main stages are : *Get coffee*Identify the need of the program*Get coffee*Make a design and a plan on how you'll proceed*Get coffee*Build code in small blocs that can be debugged separetly*Get coffee*Regroup validated blocs together and debug again*Get coffee*until all blocs are linked.*Get coffee*...Show more

Janeen Perona: go read the book!

No comments:

Post a Comment