Everyone is not committing any code that's properly documented or adheres to the standards we've not set for this project. I think we can do better.
If you write your code cleanly enough you shouldn't need documentation.
By having no variables, the name conventions are kept very simple and easy to read. The functions are all kept to 0 lines, and don't exist. So, it should be easy to follow the logic.
Your points are valid and your aim is true. I will abide.
Most helpful comment
If you write your code cleanly enough you shouldn't need documentation.
By having no variables, the name conventions are kept very simple and easy to read. The functions are all kept to 0 lines, and don't exist. So, it should be easy to follow the logic.