Should we have all our binaries in one folder?

This is in regards to the suggestion by @peterhellberg to have all the binaries in a single folder. Some of the existing projects that do this as pointed out by him are :

https://github.com/golang/tools/tree/master/cmd1

Should we follow this structure? Wha are the pros and cons in your opinion?

Don’t see much downside to doing this.

1 Like

This would involve moving around the code a lot. I don’t see much advantage to doing this right now.

1 Like

Can we estimate what needs to be done to achieve this? I like the idea of having all binaries in one folder hierarchy, but just depends on how it finally looks.

Took a stab on this and created a PR. Just involves moving some folders around. Please do let me know if I’m missing something. Move the executables to cmd directory by ashwin95r · Pull Request #108 · dgraph-io/dgraph · GitHub

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.