Our web development workflow is completely broken
blog.kenneth.io
Our web development workflow is completely broken
1–10 of 121 posts
Re: Our web development workflow is completely broken
#2Re: Our web development workflow is completely broken
#3Perhaps only tangentially related, but our workflows are significantly related to the technologies we use, right? Ian Hickson in an interview [0]
"The Web technology stack is a complete mess. The problem is: what would you replace it with?"
[0]http://html5doctor.com/interview-with-ian-hickson-html-edito...
Re: Our web development workflow is completely broken
#4Even if Firebug itself is no longer head-and-shoulders better than other tools, the fact that the basic model was copied and polished by Microsoft, Apple, Opera and later Mozilla themselves shows that Joe Hewitt had a pretty great idea back in early 2006.
[1]: http://blogs.msdn.com/b/ie/archive/2007/01/09/ie-developer-t...
[2]: https://addons.mozilla.org/en-US/firefox/addon/firebug/versi...
Re: Our web development workflow is completely broken
#5LightTable has some pretty interesting features in this direction: http://www.chris-granger.com/2013/04/28/light-table-040/
Re: Our web development workflow is completely broken
#6Re: Our web development workflow is completely broken
#7A small nitpick: the article lists the "IE Developer Toolbar" for IE6 first, and suggests that everybody else's development tools followed that model. In fact, the earliest reference I can find to the IE Developer Toolbar suggests[1] that it was released in early 2007, while the Firebug version history[2] shows Firebug v0.2 released in January 2006, so it's about a year older than IE's developer tools. Even if Firebu…
Re: Our web development workflow is completely broken
#8Re: Our web development workflow is completely broken
#9A small nitpick: the article lists the "IE Developer Toolbar" for IE6 first, and suggests that everybody else's development tools followed that model. In fact, the earliest reference I can find to the IE Developer Toolbar suggests[1] that it was released in early 2007, while the Firebug version history[2] shows Firebug v0.2 released in January 2006, so it's about a year older than IE's developer tools. Even if Firebu…
Re: Our web development workflow is completely broken
#10The Chrome team has shown that they are very interested in moving the Inspector forward and have succeeded in integrating local files access via the editor, SASS support, Source Maps support, and a lot more. It is to the point where it would not be crazy to consider building a site entirely within the inspector. While the editor is not as good as others, you do gain simplicity and the ability to patch running code. The workflow is getting better.
Writing a great inspector is the hard part. Comparatively, writing an editor should not be as difficult. Chrome built the inspector first and is circling around.
The only integration I would really care to see (perhaps via ST2 Package Control) is the ability to directly pipe into the Inspector and patch running code. For large projects, especially in development mode, it can be a drag to ajax in >200 source files (even from localhost) and refresh every time you make a change.