Skip to main content

3 docs tagged with "best-practices"

View all tags

Java Coding Best Practices

Habits that make Java code easier to read, test, change, and run safely — naming, classes, nulls, exceptions, collections, logging, concurrency, security, testing, and a pre-commit checklist.

Python Coding Best Practices

Habits that make Python code easier to read, test, change, and run safely — naming, functions, errors, logging, security, testing, and a pre-commit checklist.

SQL Best Practices

Habits that make SQL easier to read, faster, and safe to run — formatting, naming, NULLs, joins, index-friendly filters, safe changes, schema design, migrations, security, testing, and a pre-merge checklist.