1
edit
Changes
no edit summary
}
* when you want help, commit and add a status message explaining your problem- also comment area of interest e.g. if(/*some condition*/){ /*some code*/ //this code does not work for some reason }
* when you change teammates' code, please comment to explain changes:
OLD:
if(/*some condition*/){
/*some logiccode*/
}
NEW:
if(/*some condition*/){
/*some new logiccode*/ //changed some logic code to some new logiccode
}