Flat-nested/sparse-dense The part about flat being better than nested, in particular, is a reason for those famous one-line Python codes that you see. Simple code shouldn’t have to span across 20-30 lines when it can be done in a few. In a lot of languages, it cannot be done in a few lines, but in […]