Category Archives: Code

Coding is a Way of Life

When it comes to coding

I often find myself looking back at those years while in the high school and later in the university. It turns out that both those institutions that in terms made me who I am, did not provide sufficient knowledge on how to write and run computer software.

Playing a little bit the part of devil’s advocate, I think I always had it in me. Were those small Visual Basic scripts I often tended to write while in high school. Were afterwards in the university, the endless hours trying to “optimize” the given university projects. That all combined provided me the technical “thirst” for further development.

That development in terms of skills and more coding, was mostly provided by myself. I was the one searching to find more stuff to do. Not the university. Not the high school either. I had literally no one to guide me into this procedure. For all I cared, especially in the university where you could choose the courses, I could have chosen a much more easy path, without the computer programming skills. That’s what it was everyone was suggesting anyway. Since this path was the easiest in terms of engineering.

Being at 2014, this should ultimately change. We live in a world where computers are honestly playing a huge part. I do not think that there should be a single child in the fore-coming years that does not know even the basic principles of computer coding and algorithms.

Although, I personally did not like Steve Jobs (for various reasons), I do believe in his following words:

everybody

Watch this video. You will appreciate the things you do. And reflect for the future of our kids. Coding will literally give you super human powers in the future…

The Art Of Commenting Code

Ever Since the Appearance of TDD

Comments have started been replaced from a separate unit test. At least this happens in theory….

After numerous head-wall-banging sessions though, even at large companies where they tend to have a more standardized method of coding with large codebases we often find many, many good gems.

Commenting is art! Trolling while commenting is a given!

Have a look below and for crying out loud laugh until you break 🙂

Personal Favorites :

Dear maintainer:
Once you are done trying to 'optimize' this routine, and have realized what a terrible mistake that was, please increment the following counter as a warning to the next guy:

 total_hours_wasted_here = 42 

And another one, which by the way I have said it many times :

When I wrote this, only God and I understood what I was doing

Now, God only knows

Best Comments Ever!

On a relevant note while browsing source code of battle.net

Look what I found!

Screenshot from 2014-03-20 11:14:24
Put on your robe and wizard hat and lets Play Hearthstone ? While binding events with jQuery 😀

And last but not least, from the company’s large codebase  I currently work at:

**********WARNING******************
*********GRANDE KOLODAXTYLO ***************
To solve issue with serializing data coming in different parts of the response array

Kolodaxtylo in greek means “the middle finger”.

And some dummy user names / passenger names in unit tests :

Luke Skywalker, Princess Leia, and in general names from Star Wars Universe.

But also Greek ones:

Lelos Observes

A sidenote here, working primarily on a travel agency booking site, while we all devs use this name for our tests, it turns out that this guy “Lelos Observes” has “traveled” virtually 2-3 times around the world…

Mitros Karamitros, Loula Karaloula and Loulis Kouklentes

Good ‘ol Times

Good ‘ol Times When We could just let Google hack a lot of stuff…

Do you remember the good old times where a simple advanced Google search could eventually give you a lot of free stuff and hack various random sites?

A good formed search like :”inurl://view.shtml” could reveal many things that are not wanted to be seen..

But mostly, my favorites were : “this-site.com hacked” or “that-site.com cracked” etc.

Anyway long story short. we did the same thing, but in github.

Results : the same!

Go nuts!

By J.C.