Re: module-import declaration

2024-02-23 Thread Brian Goetz
(I think we've had this discussion already?  Seems eerily familiar.) I realize that some people think star-imports are a bad idea, and some style guides recommend against it.  But these are preferences, which make sense in certain situations, and not in others. This argument goes: since star

module-import declaration

2024-02-23 Thread Remi Forax
Hello, I've just read the draft of the third version of the implicit class JEP https://openjdk.org/jeps/8323335 There is a funny paragraph about why there is a need for an import module syntax. """ One theme of this JEP is the elegant evolution of simple programs to proper declared classes