guidelines
- avoid anything that requires re-architecting later
- do anything that can set aside straightforward additions later
here is my baseline
- all projects are MJWA OSGi ready jars, but not running in OSGi container
- all my projects do not use carefully architected checked exceptions
- but rather just stupid RuntimeExceptions to fix later
- do not do real testing, but do use junit to just get the methods running
- do use neil ford’s composed method but only enough to keep my job easier, not religiously
here are my options
- foo
my baseline vs other baselines
- versus Marcos baseline
- versus Matt baseline
- versus ….