| |
[2010-08-18] Make and Makefiles When I first learned to program, like many people, I learned in a graphical IDE that did basically everything for me. This is great for beginners who need to focus on learning programming, and not worry with compiling and linking their code manually. In my case, I was learning C so there was a lot going on in the background when I clicked on 'compile' that I was not aware of, until I began coding on a remote Unix machine.
[2010-08-04] Custom VIM settings in a multi-user Environment Vim is handy text editor, which improves upon the included editor in Unix, vi. With so many plugins and scripts available for VIM, many developers consider this application their number one source for editing and developing code. With all the available customization, vim can be finely tuned to exactly what you need. The ability to finely tune, however, can become a problem when you are sharing a vim instance with other developers.
|
|