Skip to content

Development

All about programming, documentation, testing, deploying, environment setups, and so on.

Development

Installing Linux onto Windows with WSL

Steps for installing WSL, installing Linux, uninstalling Linux, and looking at your versions.

Development

Document your work!

Documentation is vital for software developers. It boosts understanding, ensures thoroughness, improves collaboration, and saves future time and effort.

Development

Thoughts about code comments

Argues for comments that explain code's purpose to other developers, serving as a guide and documentation extension rather than code repetition. It also stresses deleting commented-out code and relying on source control.