+ 1

What can I do for my codes to get more visibility?

2nd Sep 2021, 7:26 AM
Tarawo Blessing
7 Answers
+ 3
Nick I think Tarawo Blessing means getting people to view his code, not improving readability.
2nd Sep 2021, 7:39 AM
Simon Sauter
Simon Sauter - avatar
+ 2
Make use of spaces, group some of the codes into functions that you might reuse later
2nd Sep 2021, 7:27 AM
Tim
Tim - avatar
+ 1
Oh and it's better to avoid 1-letter variables like a, b, c all the way to z, every variable should have a clear meaning of what it stores, it's okay to name the parameters x or y in a function, or i in a for loop, but in most cases, give it a name or a noun, for functions, give them a verb or an action
2nd Sep 2021, 7:30 AM
Tim
Tim - avatar
+ 1
Simon Sauter Thanks alot for this!!!
2nd Sep 2021, 7:48 AM
Tarawo Blessing
0
Nick thanks but what I meant was how can I get code bits to a wider audience here
2nd Sep 2021, 7:42 AM
Tarawo Blessing
0
Download black formatter for python and learn pep document for python
3rd Sep 2021, 1:42 PM
RASH
RASH - avatar