Software Engineer

I am a Software Engineer. I have a Bachelor (Honours) of Science in Information Technology from the University of Sunderland - Class of 2003. I have been developing software since 2001 when I was offered a role at CERN as part of their Technical Student Programme.

By 2016 I had grown really tired of the software industry and by the end of 2019 Apple killed whatever excitement I had left. I am not sure what the next 10 years will bring. What I do know is that my apettite to do work that is impactful has only grown bigger and stronger. Great people make me tick more than anything.

I am also tired.

You need to know grammar, not math to do Object Oriented programming

Now this is part of a greater series of posts that will follow, about how you go on writing code in an OO world. All the way from analysis to testing covering all sorts of topics and coding practices following a tutorial style.

It strikes me as odd (though I see the reason) that a lot of developers find it hard to correctly identify classes, objects, class relationships, responsibilities etc.

Seems to me like they quickly try to put their thoughts into code in fear of losing them and as a result have working code -yes- but quite as messy as their thoughts.

Now all the posts (including this one) that will follow on the series will not try to be clever. But hopefully act more like a reminder on what OO programming is all about.

It may sound controversial and some might gasp when I say this but; what precedes OO programming is grammar not math. That’s OO 101. (though it doesn’t seem to be part of any University’s module guide)

So what to expect. The series will take a paragraph of text from any source on the internet (could be a wikipedia article, a news story or even a qnoid post) and transform it to object oriented code.

The series will be called “Don’t lose your train of thoughts, so don’t miss a post!

Disclaimer

As always, the code that will be part of the series is “example code”. Do take it seriously, but only as much. Take the advice, not the code.

Kudoz

Derren Brown (inspired for the title “Train of Thoughts” from one of his “Trick of the Mind” episodes)