> Le 14 déc. 2018 à 16:48, Pat Bensky via 4D_Tech <[email protected]> a > écrit : > > We have a family simple but effective set of rules for naming variables. > [...]
Hi, we're using something similar for variables (except it's suffixes: myText_t, myDate_d, myTwoDimentionalArrayText_a2t, myObject_o, etc.) Structure items - tables uppercase - fields camelCase - primary keys "PK" - foreign keys "FK_primaryKeyTableName" - relations 1 to N "tableNname__F" (foreign) - relations N to 1 "table1name__P" (primary) For methods, often a prefix representing a group of the same "module"… -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

