User contributions for Java architect
Appearance
A user with 7 edits. Account created on 23 January 2019.
24 January 2019
- 22:0622:06, 24 January 2019 diff hist +178 Abstract factory pattern Use the constructor reference syntax introduced in Java 8
23 January 2019
- 16:1316:13, 23 January 2019 diff hist −84 m Flyweight pattern →Example in Java: rename cofffeeFalvoursInCache() to flavoursInCache()
- 16:0816:08, 23 January 2019 diff hist −4,627 Flyweight pattern →Java: Use CoffeeFlavour/Order example which is simpler and fix the concurrency issues
- 14:0514:05, 23 January 2019 diff hist +7 m Facade pattern →Java: Make the facade non mutable, make the main() a little simpler
- 14:0014:00, 23 January 2019 diff hist −6 m Iterator pattern →Java: rename weasley -> name to improve readability
- 13:5613:56, 23 January 2019 diff hist −8 m Iterator pattern →Java: Make the sentence simpler
- 13:5413:54, 23 January 2019 diff hist +366 Iterator pattern →Java: Add an example of Iterator (it's the pattern after all), fix the issue with the Iterable example (it uses a composite ?) and equals/hashCode are missing from the class Weasley, given that it's just an example, using a set of String is simpler