My Development Environment

Published on 2014-06-25 03:12:55.160380+00:00
development   environment   software   tools  

Every once in a while, I like to step back and take a look at the tools that I use. I don't change my development environment very often, but I do periodically pull in a new tool here and there. Sometimes they fit into my workflow, and sometimes they don't.

As far as I know, I've never written my thoughts down when doing this, but in an attempt to keep in line with my Write more. Share more. goal from the beginning of the year, this seems like a good time to start.

The Editor

I use MacVim, and I feel fairly proficient, though I'm certainly not a power user. I keep a fairly light-weight set of addons.

  1. I still use pathogen. It works for me. I don't fool around with git submodules; I just put .vim/bundle in my .gitignore.
  2. I use nerdtree and nerdcommenter
  3. syntastic keeps me out of trouble.
  4. vim-flake8 helps keep my python looking A-OK.
  5. Too keep things aesthetically pleasing (perhaps more important that you might think!), I use set t_Co=256 and colorscheme desert256 with Anonymous Pro, set guifont=Anonymous\ Pro:h16.

Development

Most of my time is spent writing Python, and building Django apps. So of course, I'm using Django and a whole host of open-source things, but a little lower down the stack, here's what a typical day might look like:

Miscellany

I still read the Django Docs online, and I google for a lot of things, which lands me at stackoverflow fairly regularly, though no so much that I noticed the recent downtime (my friends in irc told me about it first).

Google Hangouts keeps me connected with the rest of the team, and though things like Slack and HipChat seem to be all the rage, our team is small enough that Hangouts just work.

Honorable mentions go to Trello and Github just because both sites are a huge part of my daily development workflow.

Wrapping Up

That's pretty much it. It's not at all fancy, and in fact, I tend to like simple tools, but I'm always open to trying things to make me more productive (You know, the old work smarter not harder mantra).

Do you see a gaping hole in what I'm doing? Am I missing something blatently obvious? Let me know in the comments! :)