Isagoksu - isagoksu.com
General Information:
Latest News:
Occam’s Razor 16 Dec 2009 | 09:52 pm
The simplicity is laying under this principle: The explanation requiring the fewest assumptions is most likely to be correct. William of Occam
Fancy UITabBar Like Tweetie 9 Dec 2009 | 11:06 pm
It’s been a while I haven’t written anything about iPhone :) Anyways, today I added a fancy UITabBar (like in #Tweetie 2) to one of my applications. I thought I would share the code since I saw lots o...
Fancy UITabBar Like Tweetie 9 Dec 2009 | 06:06 pm
It’s been a while I haven’t written anything about iPhone :) Anyways, today I added a fancy UITabBar (like in #Tweetie 2) to one of my applications. I thought I would share the code since I saw lots o...
Single, Dynamic, Multiple and Double Dispatching 7 Dec 2009 | 11:57 pm
Today I was reading couple articles about programming languages and I noticed that there is still some confusion about dispatching. So I’ll try to explain as much as I can. Everbody is welcome to corr...
Single, Dynamic, Multiple and Double Dispatching 7 Dec 2009 | 06:57 pm
Today I was reading couple articles about programming languages and I noticed that there is still some confusion about dispatching. So I’ll try to explain as much as I can. Everbody is welcome to corr...
Act Like a Senior Developer – About Clean Code 25 Nov 2009 | 10:59 pm
Today it was a hard day for me. As usual, I was looking at a mess around our code base. And the worst thing was that the code that I saw today was not a legacy code :S It has enough test coverage and ...
Act Like a Senior Developer – About Clean Code 25 Nov 2009 | 05:59 pm
Today it was a hard day for me. As usual, I was looking at a mess around our code base. And the worst thing was that the code that I saw today was not a legacy code :S It has enough test coverage and ...
True Liskov Substitution Principle (LSP) 19 Nov 2009 | 08:59 am
I know everybody is quoting from #WikiPedia or st, but I guess the true definition of this principle is: A subtype must require no more and promise no less than its supertype. Bertrand Meyer
Creating Custom Annotations and Using Them 7 Oct 2009 | 08:58 pm
Okay, here is another topic that I couldn’t find much information in the Internet :) So I guess I’m gonna cover it quickly. How to Create a Custom Annotations? There are a lot of documentation about...
Creating Custom Annotations and Using Them 7 Oct 2009 | 04:58 pm
Okay, here is another topic that I couldn’t find much information in the Internet :) So I guess I’m gonna cover it quickly. How to Create a Custom Annotations? There are a lot of documentation about...