-
@cramforce Keystone can work with arbitrarily large features. You write things bottom up, tested and shipped, just not executed because the top-level
useNewFeature()
function isn't called, no flag necessary yet! Only at the end do you add the top-levelif (flag) useNewFeature()
.