-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chee Bin HOH edited this page Jun 3, 2023
·
3 revisions
It is started as a place to store coding exercises I did for questions of technical interview test, and it slowly becomes a place that I store code example that I do for the purpose of perfecting my skill.
Coding standard I follow:
-
Code has to be beautiful and pleasure to be read, and stylist. Bad code or style impair readability and almost everything, code will evolve and require change, before changing code, anyone or original author will have to read it, bad style code impair the reading process.
-
Code has to be simple, avoid clever trick that hard to be understood by human.
-
Code has to work in a way that it is intended.
Happy hacking.