Jul 192013
 

One thing I’ve noticed the more I work on anything is that reusability is everything. Even if you’re slapping together some simple little script that is intended for 1 specific thing to do some piddly little task, odds are you’re going to need to dig it back out and adapt or convert it for something else. In short, you’re always going to need it. So what does this mean to you as you write any sort of code? Continue reading »

 Posted by at 2:05 am

Delete or get off the pot

 General Commentary, Programming  Comments Off on Delete or get off the pot
Jun 192013
 

I have to be honest, I’ve never understood part of “soft” deletes that makes it a good idea. You know the basic gist, labeling an action “delete”, and removing it from display, but behind the scenes all you’re really doing is flipping a bit somewhere to tell your application to never show this thing again, as opposed to actually removing it. I suppose it makes sense for when you absolutely, positively, need to retain data (auditing purposes, court orders, etc.), but as far as a general practices go, “delete” should mean “delete”, not “please just don’t show it to me again”. Continue reading »

 Posted by at 4:01 am

These things shouldn’t be happening

 General Commentary  Comments Off on These things shouldn’t be happening
Jun 012013
 

For everything we’ve learned about how to make good software, there’s still some pretty glaring failures out in the world that aren’t so much technical failures as they are somebody either choosing to make a bad feature that they should know better than to do, or just not fixing something that people should have realized was a bad idea and fixed long ago. Regardless, here’s a list of things that should be left to die out in the name of making the planet a better place to live.  Continue reading »

 Posted by at 10:54 pm

Remember kids

 General Commentary, Programming  Comments Off on Remember kids
Apr 302013
 

Not a lot of useful, thought out content this time (like every time really, but that’s another point), just a few quick things that I’ve run into over the past few weeks that are worth noting for future reference. Continue reading »

 Posted by at 12:05 am

Software is awesome, but it’s not going to save the world

 General Commentary, Shenanigans  Comments Off on Software is awesome, but it’s not going to save the world
Apr 162013
 

I love software, and I love writing software, but these days there seems to be a belief amongst developers that software and good programming can solve all humanity’s problems. Don’t get me wrong, software can solve a lot of problems, especially problems that involve keeping track of a lot of stuff, tasks very repetitive, and doing lots of math. However, as good as software is, some problems are systemic, people problems, and no clever coding can make that disappear.

Continue reading »

 Posted by at 12:13 am
Mar 302013
 

All developers have been in this situation, sitting around, staring at the monitor, trying to make sense of the code staring us back. It’s a tough, miserable period for developers going through this. Specifically, it’s a tough, miserable period for developers that doesn’t have to happen. No matter what the code that does this to you, there’s 1 common, glaring thing in common with the code that does this to developers – there are hardly any, if any at all, comments in the code. In the interest of sparing developers this pain, here are some simple rules about commenting that will reduce developer suffering whenever somebody has to read your code. Continue reading »

 Posted by at 2:54 am
Mar 102013
 

When Marissa Mayer ended Yahoo’s work from home policy, the Internet went nuts, and stayed nuts for days, which is a pretty long time for Internet nuttery. There’s been all sorts of random talk…um….personal annecdotes…er….”news articles” have sprung up discussing this very important issue of 1 specific company’s policies. It’s almost as if people think that Yahoo, great, shining beacon of largely irrelevant and nobody cares anymore, is a precursor to the whole tech industry (something it hasn’t been in a long while). Some people have at least either tried to either limit their discussion to Yahoo’s particular situation, or moved everything to a broader discussion of telecommuting in general. I’m going to focus on why I personally don’t like to telecommute if I don’t have to. Continue reading »

 Posted by at 5:48 pm
Feb 122013
 

Originally when I cooked up this idea, it was going to be all about how Google didn’t really get mobile, and how they were getting sidetracked by Android. I still think Android is more of a distraction than Google shining at mobile, but I do think they’re at least starting to understand what they need to do to continue to be successful and relevant as people leave the computers at their desks and turn more to phones and tablets. Continue reading »

 Posted by at 2:16 am

Why I don’t believe in a “happy medium”

 General Commentary  Comments Off on Why I don’t believe in a “happy medium”
Feb 012013
 

Don’t get me wrong, I’m not anti “happy medium”. After all, who could be against a magical mythical scenario that has all the advantages of the other options and none of their disadvantages? I’m also for unicorns, flying cars, making a trillion dollars (after taxes) in salary, peace in the Middle East, and calm, tempered, well-reasoned, rational political discourse – but those aren’t real either. The thing about “happy mediums” you have to remember is that they don’t exist, therefore you can never hit them. Continue reading »

 Posted by at 2:53 am

Programming resolutions

 General Commentary, Work  Comments Off on Programming resolutions
Jan 182013
 

I was going to write something about the 1 or 2 tricks I’ve learned about trying to wrap your head around large codebases, but the last few months at work have pretty much made it clear to me I know nothing about knowing things, so that one’s pretty much in the scrap heap at this point. My very first post tried to capture that sense of being overwhelmed and in over your head when you start a new job, and it turns out it’s pretty easy to keep that sensation alive 6 months in. I wouldn’t be surprised to discover that I know less about what I’m doing now than I did when I started. Continue reading »

 Posted by at 7:16 pm