Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rikojacob authored and GitHub Enterprise committed Jan 15, 2018
1 parent 44e1896 commit 3270cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ https://www.python.org/dev/peps/pep-0008/#prescriptive-naming-conventions
## we have subdirectories for the code, one for each chapter

## things like 'node' are inside classes, no leading underscore
## file names are file_name (and not CamelCase, adjustting from algs4)
## file names, variables, methods are file_name (and not CamelCase, adjustting from algs4), only classes are CamelCase (PascalCase)
## there is one file per version of an algorithm / data structure (like in algs4), the name, and importantly the docstring, reflects which version it is
## java main becomes __main__ stuff; follow what is there; adjust the initial comment
## don't replicate imports unless
Expand Down

0 comments on commit 3270cc3

Please sign in to comment.