Programer C&C
Posted by leepeng on October 3, 2008
This is not command and conquer.
Few days ago, we discussed the 2 Cs that a programer shall hold on to.
CAREFUL
COMMON-SENSE
A CAREFUL programmer will make no or less mistake (CORRECT). In addition, he/she will always think beyond the given instruction and add in necessary features or process to make a project COMPLETE, using his/her COMMON-SENSE.
Some examples…
1.) When a project involve multiple currencies, choose to put 2 decimal points to display currencies like SGD, USD, EUR and no decimal for currencies like YEN, Korean WON, Indonesia Ruphia.
2.) When working with Payment Gateway, checks if the Payment Gateway has a background notification system as user might close the browser or experience network error while returning from Payment Gateway to merchant website.
3.) For online renting system, when an item is returned, the status is not set to available immediately; instead a returned status which will be changed to available automatically after few hours as the merchant might take sometime to check and put back the returned item to shelve.

