Coding Style Standard | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Coding Style Standard

Did you had heard about coding style standart? such , PSR for PHP , PEP-8 for Python or else. This recently about how do clean code base on syntax languages but how about SOLID philosofy XD, sory that out off topic UwU. My asking is did you use that practice then what outcome you feel from it? I glad to know , Thank You ;)

1st Jul 2019, 9:03 AM
Rachell
Rachell - avatar
5 Answers
+ 8
Yes ! I try to follow good practices and coding guides. The result is: readability. If you revise your codes months later you'll be happy to have good readable code following coding standards. If other people have to read your code, all the more reason to do it. This applies to serious projects, not for code made for fun, i.e: oneliners
2nd Jul 2019, 10:38 AM
Javier Felipe Toribio
Javier Felipe Toribio - avatar
+ 2
The coding style guide is very long so I select a short piece and read when I want to have a break from something else, or when I procrastinate:) I was also recommended Clean Code book a lot of times. Finally I bought a Kindle version of it last week. I think it is something good to have at home as a reference.
31st Mar 2020, 5:24 PM
Eva B
Eva B - avatar
+ 1
Awesome , maybe this just may opinion . Effort creating good code is require effort more than once build. Like efficiency on thermodynamic , require more heat to make it efficient. isn't?
2nd Jul 2019, 10:46 AM
Rachell
Rachell - avatar
+ 1
There are a lot of style guides from Google. https://www.sololearn.com/post/253947/?ref=app
4th Jul 2020, 8:56 PM
R3dSt0ne
R3dSt0ne - avatar