Skip to main content

Code

Project Decomposition

··8 mins
As an architect, I frequently assist software engineers in breaking down project scope into manageable chunks. Here is one of the techniques I use.

A Simple Script Base

··1 min
Sometimes you just need a script that takes arguments. This is a simple script which will call different functions based on the first argument from the user.