The code-layout tag has no wiki summary.
1
vote
0answers
42 views
How can I best organise a Jekyll + Bootstrap + Git site?
So after many many many years of building sites from scratch (and doing a lot of the lifting myself) I've dipped my toes into two projects that have been around for a few years that I've been ...
6
votes
4answers
845 views
n-layers architecture design, really worth the effort?
I was building an application in .Net for almost a year (almost alone), I took the decision to build it with a 3-layer design. Recently when finished the project, I analyzed if the effort of creating ...
2
votes
2answers
360 views
source code file system layout for 2 very similar projects (with git)
we're working on "two" android apps that are very similar; in fact, they're the same apps with different graphics and color schemes, slightly different configuration and one or two unique activities ...
5
votes
2answers
884 views
Seeking Delphi (Pascal) code beautifier
Preferably a tool which will run from inside of the Delphi IDE (I use Delphi 7), but I can accept a standalone program.
Should have the ability to define rules (X space indent, no tabs, one statement ...
0
votes
4answers
667 views
Business layer access to the data layer
I have a Business layer (BL) and a Data layer (DL). I have an object o with a child objects collection of Type C. I would like to provide a semantics like the following o.Children.Add("info"). In ...
6
votes
6answers
306 views
Vertical alignment: yea or nay?
For instance, non-vertically aligned:
Name: Hamt
Version: 0.1.0
Cabal-Version: >= 1.2
License: BSD3
Author: Jason Baker
Or vertically aligned:
Name: Hamt
Version: 0.1.0
...