coding

  • submit to reddit

How to Bring Pseudo Code to Life

When designing a piece of software, I like to start with some pseudo code first, then work my way out. I tend to try mapping out the normal workflow (one...

1 replies - 1945 views - 05/05/13 by Zemian Deng in Articles

Writing Beautiful Code – Not Just for the Aesthetic Value

 This article was originally published in the 6th edition of TodaySoftMag in Romanian. Reprinted here with the permission of the author /...

1 replies - 2877 views - 11/15/12 by Attila-mihaly Balazs in Articles

When to check for null?

Recently, I started collaborating with a co-worker that likes to very meticulously enforce all pre-conditions in a method. The motivation is clear and noble:...

0 replies - 317 views - 09/01/12 by Borislav Iordanov in News

My Design, Testing, Coding Tips

Design Design for optimum usage of computer resources such as Memory, CPU, I/O & ConnectionFollow design principles such as OCP, Liskov Substitution , IOC,...

0 replies - 1109 views - 11/10/11 by shivaji chelladurai in Announcements

Working with legacy code

Large organisations' systems may have from tens of thousands to a few million lines of code and a good part of those lines is legacy code. By legacy code I...

6 replies - 6714 views - 07/03/11 by Sandro Mancuso in Articles

The Second Law of Optimization

By now everybody and their screensaver have heard the Optimization Mantra: Don’t Do It! This is commonly wrapped in a three-rule package (I suspect there...

3 replies - 4107 views - 06/19/11 by Ashod Nakashian in Articles

How to be a worse programmer

Lots of tips collections come up on DZone about how to become a better programmer. But no one ever told us how to become a worse one. What would make our...

13 replies - 55734 views - 07/08/10 by Giorgio Sironi in Articles

Coding on Sony Viao VGN-FW51JF - the MacBook Wannabe

I've been coding on the MacBook wannabe Sony VAIO VGN-FW51JF for the last few months and this is what I have to say about it. The good The laptop looks...

5 replies - 5458 views - 02/01/10 by Smeltet Kerne in Articles

Writing good code requires you to perform experiments

How often do you have to solve a small problem that is a part of a larger project and decide to take the time to perform some seperate experiments to solve...

13 replies - 9946 views - 03/05/09 by Ivo Wever in News

Application Wiring on Auto-Pilot

We talked about how it is important to separate the new operators from the application logic. This separation forces your code to have factories which are...

0 replies - 5164 views - 09/24/08 by Misko Hevery in Articles

Code Of A Game

0 replies - 5470 views - 02/24/08 by Snippets Manager in Uncategorized