ICS4U
ICS4U copied to clipboard
Chore: Update spacing/indents/conventions
Need to go through all notes and update items based on conventions based on different style guides.
- [x] Python: PEP-0008
- [ ] C++: Cpp Core Guidelines
- [ ] Java: Twitter Style Guide
- [ ] JavaScript: ?
- [ ] Rust: ?
- [ ] Swift: ?
- [ ] etc. ?
Help requested: If you know of a style guide that is a convention for other languages, please post them here so that I can collate and complete this chore eventually.
Hi Mr.Seidel. If you want, I can update all the indents to conform to PEP-8 in my existing pull request
Hi Mr.Seidel. If you want, I can update all the indents to conform to PEP-8 in my existing pull request
No, I would want this as a separate pull request since it is a different topic and so that I can easily find it in the future.
Hi Mr.Seidel. If you want, I can update all the indents to conform to PEP-8 in my existing pull request
No, I would want this as a separate pull request since it is a different topic and so that I can easily find it in the future.
I've updated all the python examples to follow PEP-8 Indentation guideline (#31)
Some style guides for the languages listed (as well as for Go):
- JavaScript: Google Style Guide
- Rust: Style Guide
- Swift: Google Style Guide (hmm)
- Go: Google Style Guide