Read "simply rails" in borders in hillsdale.
Found a few things we can learn from them.
(1) DRY (don't repeat yourself") principle. For each key functionality, we should have a centralized place instead of having codes repeating the same functionality scattered all around the place.
(2) File is used for modularization in ROR, it can also be used in our software.
(3) Agile development is also good in terms of focusing on a small part of it and constantly re-prioritization.
No comments:
Post a Comment