Updating Code Easily with UNIX ed
Modern IDEs have very sofisticated interfaces to allow code navigation and editing. Although these facilities are very useful (specially when working with external libraries), there are somethings that are just easier to do in more traditional editors, such as UNIX ed. One of these things is keeping the context of several parts of your code….