Nick Halase
12/30/2019, 6:04 PMKris Wong
12/30/2019, 7:08 PMMarc Knaup
12/31/2019, 7:51 AMKris Wong
12/31/2019, 2:22 PMMarc Knaup
01/01/2020, 7:02 AMKris Wong
01/01/2020, 3:57 PMMarc Knaup
01/01/2020, 4:08 PMstd::chrono
vs. java.time.chrono(|.format|.temporal|.zone)
.
IMO if something gets so big that additional namespaces make sense, then it should be broken down into separate libraries/modules and not be nested like crazy just to have a better folder hierarchy, or for theoretical architecture = practical over-architecture. There’s rarely a benefit of the additional packages. It just adds more imports and can even add confusion if two packages in the same library/module contain a class with the same name.Nick Halase
01/02/2020, 4:20 PM