Joseph Kiniry
Joseph Kiniry
In particular, make sure we include a description of all of the core design matters and subtleties of our use of Postgres (in a failover configuration) and our use of...
I like the Apache Foundation's common practice of having them all collected in a subdirectory at the root of the project. E.g., from their LDAP API: ```Free--Fair-2:apache-ldap-api-1.0.0-bin> pwd /Users/kiniry/Sandboxes/LDAP/apache-ldap-api-1.0.0-bin Free--Fair-2:apache-ldap-api-1.0.0-bin>...
According to the spec, we have two synchronization points that trigger internal state changes: - the DOS Dashboard should permit state administrators to choose which contests are under audit only...
Review the API and use `Collections.unmodifiableList` and similar methods or classes judiciously. Right now we are inappropriately leaking private references willy-nilly.
This is mainly for future developers outside of Free & Fair that wish to extend the system and easily understand its transport subsystem and our use of JSON and HTTP.
This is mainly for future developers outside of Free & Fair that wish to extend the system and easily understand its persistence subsystem and our use of Postgres and Hibernate.
A nice cross-cutting way to enumerate all such events and ensure that the refine correctly across specification to client to server would be lovely.