Make your cog orderly. Although some programmers leave their code in a mess, it does help
to have your cogs look neat. Ordering your code makes it easer to read and mistakes are easer
to spot.
LEC used spaces to indent their code. However, it takes a long time to type those spaces
and longer to delete them. Using tab spaces is a more efficient way to indent code blocks.