Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vis2k authored Mar 9, 2021
1 parent bbd1e79 commit 752dd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Start reading our code and you'll get the hang of it. We optimize for readabilit
Fields and methods in a class are private by default, no need to use the private keyword there.
* This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible.
* comment EVERYTHING that's not obvious. networking is hard. 10 years from now nothing that we did today is still obvious.
* ![image](https://user-images.githubusercontent.com/16416509/110442880-44d43480-80f6-11eb-942e-40a1a98efd08.png)
<img width="263" alt="2021-03-09_16-41-43@2x" src="https://user-images.githubusercontent.com/16416509/110442977-633a3000-80f6-11eb-8466-1addfa466763.png">
**The Python Way**
Expand Down

0 comments on commit 752dd7f

Please sign in to comment.