Best Practices - ctomni231/cwtactics GitHub Wiki

Source code structure

We use a two level structure. First by feature and then by layer.

gameSource\
  featureA\
    model\
    beans\
    annoations\
  featureB\
    model\
  featureC\
    model\
    serializer\