Logo

dev-resources.site

for different kinds of informations.

WHO CARES ABOUT CODING STANDARDS?

Published at
3/21/2021
Categories
codereview
standard
Author
kelviniot
Categories
2 categories in total
codereview
open
standard
open
Author
9 person written this
kelviniot
open
WHO CARES ABOUT CODING STANDARDS?

Have you had to read code
written by another programmer.??

Or you had to add a feature to a software
written by someone else...

When going through the code, were there things you wish
the other programmers had done
that would have made things easier for you?

Well, thats the reason for coding standards.

You probably wished, he had named his variables better.
That for once, the variable name was actually doing
what it says it's doing.

Oh, whitespace, whitespace, whitespace.
Couldn't they have applied more of those while writing.
They just had to cram every line of code together.

I know it can be nerve wrecking.

So if you dont take coding standards serious, and you wish
the others had written better code... then this is for you.

Maybe if you just decide to follow these standards,
programmers you work with will write better code too.

Featured ones: