Changes between Version 3 and Version 4 of CodingConventions
- Timestamp:
- Mar 23, 2009, 8:31:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingConventions
v3 v4 13 13 * Follow the generally used formatting of code you see in Grails and the project. 14 14 15 '''Grails''' 15 16 17 * As much as possible will keep the CRUD pages as generated by "grails generate-all" 18 * For example the view ''show'' is retained ''as is'' for application administration. 19 * If we want to modify the ''show'' view, create a copy called ''showDetail'' in the views and controller logic then modify those. 16 20