java - Is there a convention for Javadoc linking class member variables to UI elements -


in large web application have been working on in java, various user inputs ui form elements stored in class structures. variable names typically created reflect data stored in them, on time , changes may no longer clear data element stores data ui form element.

is there convention using javadoc track mappings between class data members , ui elements?

i've started out saying instance variable lastname set form element label myworkflow.step1.lastname(referring properties file contains ui element labels).

is approach or there more formalised convention on doing this?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -