Cute Code Standards
print("Hello, world!")
Code Conventions
- Use four spaces for indentation, no tabs
- Use semicolons for statement termination
- CamelCase variable names
- Always declare variables with type hinting
- Use only Comic Sans font
Code Smells
def smell = lambda x: x + 1
if (x < 0): raise Exception
for i in range(1, 100): print(i)
Subpages
See also:
Overly Complex Naming Conventions
Anti-Commenting