from git gui

This commit is contained in:
waldek 2022-05-06 12:25:48 +02:00
parent 0fb66a9009
commit 9468c221c1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ If you're a bit bored with pycharm it could be refreshing to *see* your code thr
Start paying attention to the style guides that pop up in your IDE and follow up on them by reading the actual rules.
It can be good way to discover some do's and don't and help you to make your code more readable.
I would also recommend you start browsing online for some coding project in a field of your interests.
I would also recommend you start browsing online for some coding projects in a field of your interests.
The bigger the project, the higher the chance it follows a specific style.
By reading and trying to understand their code, you'll start to build a better feel how to annotate, structure and make your code more readable.
As this is a *very* subjective topic I can only point you to projects I like.