Desi Founder @ Work

Posts Tagged ‘Programming

25 Oct, 2008

Recursion, Misunderstood

Posted by: sharjeel In: Programming

My experience with the Electrical Engineers in academics is that they usually view Computer Science in terms of circuits and details of how things work at the most tangible level. One hazard of using this approach in teaching is that many times you end up with some wrong core concepts of Computer Science. They enable [...]

03 Apr, 2008

Secret Weapons for Java Programmers

Posted by: sharjeel In: Programming

Many great hackers and programmers do not consider Java programming language a good choice. The safety features of Java such as pure OO, strong typing etc. force its users to laboriously write lots of classes, declare and typecast variables, call extraneous methods to fetch simple data and puts under a lot of restrictions. Such techniques [...]