Software expansion
April 28, 2010 Leave a comment
I have often thought that identifying and exploring a new idea within software is like discovering a new bubble of understanding. The rush of first identification of the idea is followed by a phase of exploration of the extent and internal structure of the idea – the expansion phase. It does not matter if the idea has been had by someone before – if it is your first encounter with the idea, then it is all new. It is all good.
After a while you may start to consider the value and facility of the idea and the means by which you would go about implementing it. Implementation needs impose a framework that does not necessarily represent the natural structure of the idea, but defines how it would be possible to engineer the idea using the tools that you know.
To me this highlights one of the great benefits of managed software environments like .Net and Java. The richness of the framework and the wide availability of tools and libraries enable you to focus on the idea at hand, rather than preliminary work building a supporting infrastructure.
Once the software idea has been implemented, it is often difficult to communicate the newness of the idea to new developers joining the project. This may be due to the fact that the idea is communicated in terms of the implementation frameworks that have been imposed on the idea – which are just projections of the idea onto known tools, techniques and choices.