Changes between Version 3 and Version 4 of CodingConventions


Ignore:
Timestamp:
Mar 23, 2009, 8:31:52 PM (15 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingConventions

    v3 v4  
    1313 * Follow the generally used formatting of code you see in Grails and the project.
    1414
     15'''Grails'''
    1516
     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.
    1620