Tag Archives: software development

Continuous Releases

One of the interesting things that I find with my iOS app is that they are updated fairly regularly. I have 20-30 apps, and I would guess that 3-4 of them are updated on any given week. Some of those … Continue reading

Posted in Editorial | Tagged | Comments Off on Continuous Releases

Is Software Engineering Dead?

Is Software Engineering dead? It’s a premise that’s in this article from Bloomberg. It calls the job a career dead end where job prospects decline after one reaches 35 years of age. I think that’s a naive view of the industry, despite … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Is Software Engineering Dead?

Being Responsible for Code

I read this great account of how Facebook releases new code, and found it to be very interesting. Apparently the entire FB site compiles to a single 1.5GB binary at this time. That in and of itself is interesting, but their … Continue reading

Posted in Editorial | Tagged | Comments Off on Being Responsible for Code

Tabs or Spaces

An argument among developers that might rival the NULLs/No NULLs debate, or even the comma appending/prepending items in T-SQL might be tabs versus spaces. I was engaged in a debate recently with a developer on this very topic, with this … Continue reading

Posted in Editorial | Tagged | Comments Off on Tabs or Spaces