top of page
Maine(Coding), LLC
Good Practices
General good practices.


Engineering clean environments
Before we dive much further, I want to talk about keeping your work area clean. Nearly every post I see regarding installing a...
The Maines
Dec 19, 20213 min read
Â
Â
Â
Engineering decisions
Decisions are a key feature of logic. Making those decisions easy for a human to understand is of paramount importance when it comes to...
The Maines
Dec 19, 20213 min read
Â
Â
Â
How to engineer good function names
Continuing on our journey for clean and self-documenting code, we are now turning the focus to function names. We just talked about...
The Maines
Dec 18, 20213 min read
Â
Â
Â
How to engineer good variable names
Let’s look at some techniques that will help make your code more readable, maintainable and ensure you don’t look back at it in 3 to 6...
The Maines
Dec 17, 20214 min read
Â
Â
Â
bottom of page