Re: Improvement idea: Naming the maven modules.

2020-07-15 Thread Kurt Young
+1, I also like this idea. Best, Kurt On Wed, Jul 15, 2020 at 7:10 PM Niels Basjes wrote: > Ok, > > I'll put up a fix > https://issues.apache.org/jira/browse/FLINK-18607 > > Niels > > On Wed, Jul 15, 2020 at 11:23 AM Aljoscha Krettek > wrote: > > > Hi, > > > > I like the proposal! I remember

Re: Improvement idea: Naming the maven modules.

2020-07-15 Thread Niels Basjes
Ok, I'll put up a fix https://issues.apache.org/jira/browse/FLINK-18607 Niels On Wed, Jul 15, 2020 at 11:23 AM Aljoscha Krettek wrote: > Hi, > > I like the proposal! I remember that Beam also had more human-readable > names for the modules and found that helpful. Also, changing the names >

Re: Improvement idea: Naming the maven modules.

2020-07-15 Thread Aljoscha Krettek
Hi, I like the proposal! I remember that Beam also had more human-readable names for the modules and found that helpful. Also, changing the names shouldn't change anything for users because dependencies are referred to by group/artifactId, it really just makes build output and IDE a bit more

Re: Improvement idea: Naming the maven modules.

2020-07-09 Thread Niels Basjes
Yes, The tree of modules (usually on the left) shows the maven modules as a tree. Yet I find that not very easy to use because of the readability of the artifact names and because this becomes very wide (i.e. takes up a lot of screen space). Having the maven modules with a name you'll get much

Re: Improvement idea: Naming the maven modules.

2020-07-09 Thread Chesnay Schepler
Couldn't you just use the tree view and get basically the same thing? On 09/07/2020 14:51, Niels Basjes wrote: Attempt 2 to get you the images. Now as attachments. Niels On Thu, Jul 9, 2020 at 2:38 PM Chesnay Schepler > wrote: The images didn't go through.

Re: Improvement idea: Naming the maven modules.

2020-07-09 Thread Niels Basjes
Attempt 2 to get you the images. Now as attachments. Niels On Thu, Jul 9, 2020 at 2:38 PM Chesnay Schepler wrote: > The images didn't go through. > > On 09/07/2020 14:21, Niels Basjes wrote: > > Hi, > > I have the idea that naming the modules would make life easier for the > developers. > My

Re: Improvement idea: Naming the maven modules.

2020-07-09 Thread Chesnay Schepler
The images didn't go through. On 09/07/2020 14:21, Niels Basjes wrote: Hi, I have the idea that naming the modules would make lifeĀ easier for the developers. My main question: Do you agree? If so I'll clean up my experiment (see below) and put up a pull request. When I load the Flink code

Improvement idea: Naming the maven modules.

2020-07-09 Thread Niels Basjes
Hi, I have the idea that naming the modules would make life easier for the developers. My main question: Do you agree? If so I'll clean up my experiment (see below) and put up a pull request. When I load the Flink code into IntelliJ I currently see this list of Maven modules: [image: image.png]