ust-helloworld / The-Avengers-forming

This project is an application skeleton. It is used for a HKUST Software Engineering Course (COMP3111/H) in Fall 2016/17. My goal: The project is not asking students to re-produce the sample project. We should encourage students to do something better than the TA.
https://course.cse.ust.hk/comp3111/teamform/
MIT License
0 stars 6 forks source link

Unifying programming style #4

Open robbieyang opened 7 years ago

robbieyang commented 7 years ago

In order to ensure the readability, extensibility and maintainability of codes, we should unify the programming style to ensure everyone should understand the codes in direct way. The following things we need to know about:

If you have any ideas of programming styles, please raise your ideas. Thanks.

wai2016 commented 7 years ago

I think 2 space and no tabs is better. .

robbieyang commented 7 years ago

Sorry for late reply. In fact, some of the group members prefer tabs instead of using spaces due to their daily practice.