The Future of Coding: Simple, Responsive, Instant Feedback

Home » Blog » Design » The Future of Coding: Simple, Responsive, Instant Feedback

Last year Daniel Siegel outlined what he thinks will be the future of computing:

While trying to teach everyone to code certainly is well-intentioned and to some extent beneficial the idea falls short of what most people require of computing environments. Most people don’t need comprehensive and complex development environments. They need to accomplish specific tasks that lend themselves to being solved by code yet most people don’t need to develop enterprise-grade web applications or mobile apps.

What’s actually needed are simpler tools that allow non-developers to solve computational tasks. UI visionary Bret Victor has a clear idea about how such tools should look like: Programming tools should provide immediate, responsive feedback to your coding. What you code is what you see.

Another example is Light Table – an IDE inspired by Victor’s talks that emphasizes instant feedback and traceability of code changes. It also disconnects functionality from the actual place in the file system where that functionality is located. In Light Table functions not files, namespaces or packages are first-class members.

Compare that with the way programming is still mostly done today: By navigating through folder hierarchies, tons of source code files and – if you’re extremely lucky – heaps of XML. Debugging such a mess is painful to say the least.

Forward-looking frameworks such as AngularJS and Ember.js are designed for easily providing instant feedback to user interaction.

However, the best example of a programming tool that allows non-developers to code in my opinion still is Microsoft Excel! I’ve – like many other fellow developers – loathed Excel for years but more recently I realized that Excel is the perfect tool for getting things done in terms of data analysis and number crunching in business contexts. Not only doesn’t Excel require knowledge about the inner workings of software development frameworks but it also provides the user with instant feedback.

We should consider this and think about how this might inspire us to create easy to use tools for manipulating and aggregating data for the 21st century.

About the author: Bjoern
Independent IT consultant, entrepreneur
7 Comments
  1. Pingback: Self Licking Ice Cream Cones | Björn Wilmsmann

  2. Pingback: The Future of Software | Björn Wilmsmann

    Mentions

  • 💬 Less Is More | Björn Wilmsmann
  • 💬 Airtable – A true spreadsheet / database hybrid? | Björn Wilmsmann
  • 💬 LOAD"*",8,1 | Björn Wilmsmann

Leave a Comment