https://github.com/bdkosher/state-dependency-field-conventions
Exploring different programming conventions that can be used within a Java class to differentiate between state and dependency fields.
https://github.com/bdkosher/state-dependency-field-conventions
Last synced: over 1 year ago
JSON representation
Exploring different programming conventions that can be used within a Java class to differentiate between state and dependency fields.
- Host: GitHub
- URL: https://github.com/bdkosher/state-dependency-field-conventions
- Owner: bdkosher
- License: apache-2.0
- Created: 2015-11-28T03:13:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T19:50:53.000Z (over 10 years ago)
- Last Synced: 2025-01-03T18:19:49.462Z (over 1 year ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# state-dependency-field-conventions
Exploring different programming conventions that can be used within a Java class to differentiate between state and dependency fields.