|
|
|
|
|
by arvindrajnaidu
1596 days ago
|
|
I agree. Tests for example used to be in a separate folder mirroring the code folder structure. I have moved away from that to put it right next to the file. Random thought: Can the IDE recommend next file to work on - “people who worked with this file, also worked on”. The real problem is not where we keep it, it’s how quickly we can get to it. |
|
I'd much rather see the 'mirrored' approach.
> Random thought: Can the IDE recommend next file to work on
I'm _sure_ I've seen something like this in IntelliJ.
EDIT: I did! It's in the changes tab > the eye icon > 'show files related to active changelist'. It then sometimes will make suggestions based on project history.