elias001
- 388
- 26
I have a question for everyone who writes code for a living, and knows that someone else will be reading your code long after you are gone from your place of work to long after you leave this earth.
Whatever language syntax you put down for your colleagues and for prosperity, are you allow to do the following: Before you start your first line your code, you insert as comment in pseudocode whatever it is you are about to write. I mean include the entire pseudocode.
I know there are books titled: Code Craft the art of writing excellent code,
The Art of readable code,
Code Reading the open source perspective.
One of the things about programming has to do with inserting inline comments. But doesn't inserting the entire pseudocode based solves this documenting problem of making sure whoever reads your code will for sure knows what your code does??
Whatever language syntax you put down for your colleagues and for prosperity, are you allow to do the following: Before you start your first line your code, you insert as comment in pseudocode whatever it is you are about to write. I mean include the entire pseudocode.
I know there are books titled: Code Craft the art of writing excellent code,
The Art of readable code,
Code Reading the open source perspective.
One of the things about programming has to do with inserting inline comments. But doesn't inserting the entire pseudocode based solves this documenting problem of making sure whoever reads your code will for sure knows what your code does??