Can I make a small suggestion? Rather than setOsPs, use something like setOsPList. I used to work with a visually impaired developer and picking a a trailing "s" was very difficult for him.
If I'm being too technical let me know ;-) "The programmer … works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination." — Fred Brooks Shawn Smith Director of Software Engineering Administrative Information Services Penn State University 814-321-5227 [email protected] ----- Original Message ----- From: "Shawn McKinney" <[email protected]> To: [email protected] Sent: Tuesday, January 5, 2016 11:52:13 AM Subject: Re: Multiple Set Methods on Models > On Jan 5, 2016, at 10:47 AM, Shawn McKinney <[email protected]> wrote: > > Here are my recommendation for new names: > > User: > setRoleRaw( String roleName ); > setAdminRoleRaw( String roleName ); Correction. Use these names: setRoleName setAdminRoleName Shawn
