]> git.mxchange.org Git - jcontacts-core.git/commit
Thumb of a rule:
authorRoland Häder <roland@mxchange.org>
Fri, 3 Jun 2016 07:41:24 +0000 (09:41 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 3 Jun 2016 07:41:24 +0000 (09:41 +0200)
commitf67911d2934adfe8a9b5b4f46753a7a24a0dd513
tree1df5c246dc2696311c6758b6d3667321aa178953
parentada23416f36d1437e9773f1a9293c92220cbf848
Thumb of a rule:
- don't set default values, let it fail with an NPE if not taken correctly care of.
- if a default value is set, the mistake of careless will be spotted very much later  (e.g. when the data is already persisted).
- if no default value is set (in this case it makes sense not set ...) an NPE is likely be thrown which might be spotted much earlier.
- this is good as bugs/bad data are detected (prevented in the end) earlier, too.
src/org/mxchange/jcontacts/contact/UserContact.java
src/org/mxchange/jcontacts/contact/gender/Gender.java
src/org/mxchange/jcontacts/contact/gender/GenderUtils.java