+ 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 ;)
5 Respostas
+ 3
I do some research. Then got few nice stuff.
Ruby : https://rubystyle.guide/
JS: https://standardjs.com/rules.html
PHP : https://www.php-fig.org/psr/
Python : https://www.python.org/dev/peps/pep-0008/
C# : https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions
Other : https://github.com/ktaranov/naming-convention/blob/master/README.md
Enjoy UwU
+ 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
+ 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.
+ 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?
+ 1
There are a lot of style guides from Google.
https://www.sololearn.com/post/253947/?ref=app