DEV Community

Discussion on: Where do you keep your code?

Collapse
 
lukaszkuczynski profile image
lukaszkuczynski • Edited

I always have issues with that!! I don't know if directory layout should be techonology- or business- centric..

For example..
I am working on some little AWS project. There is current dir layout

- prj
--- aws-python
------Wallet <LambdaPython app>
-------- android
-----------Wallet Android client app

should it be rather:

- prj
-------- Wallet
---------- Android
---------- lambda