Task #4669
Story #4654: Independent review of d1_common_java
- Regarding the style: A good addition to the types would be some builders, static factories and constructors as applicable
Start date:
2014-03-31
Due date:
% Done:
0%
Story Points:
Sprint:
Description
- Regarding the style: A good addition to the types would be some builders, static factories and constructors as applicable (the implementations are verbose and repetitive) Consider how a Log assembly could look with the builder pattern: Log log = Log.builder() .add( LogEntry.builder().entryId("1").ipAddress("127.0.0.1").userAgent("Tim").build()) .add( LogEntry.builder().entryId("1").ipAddress("127.0.0.1").userAgent("Tim").build()) .build();
History
#1 Updated by Dave Vieglais about 10 years ago
- Target version set to Release Backlog