As I have been writing on this blog. I have been going through a process of pruging, to simplify everything I do into a few minor pieces. But when I have gone through the things I want to go through I find that I can simplify each of the individual pieces further and further. Complexity has an interesting way of getting in.
However, somethings I learned recently are:
- Redundancy is sometimes unavoidable. You can reduce redundancies all you want but the problem is the context becomes harder.
- Remove more pieces first, then add them on later when it makes sense.
- Write out why. Without having a why you are doing something you get into complexity adding up because it is more convenient to add things than to remove things.