Search Results

0
votes

Confessions of your worst WTF Moment. (What not to do.)

Trying to get rid of all duplicates in the code. …
0
votes

What is the biggest problem with software development?

Since Programming is kind of applied art, IMHO these are two main problems with software development: 1). Relying mostly on knowledge, not on experience and/or intuition. 2). Trying …
0
votes

Is JavaScript really the best we can do for client scripting?

So what you'd have done with all those Pythons and Rubys in the browser?! 1). Still writing scripted client-side apps? Well, this is nicely done with JavaScript. 2). Writing client- …
0
votes

Singleton: How should it be used

Singleton is a misconcept in OOP unless it's used as a misconcepted paradigm for application development. :-) …
3
votes

Great programming quotes

Singleton is a misconcept in OOP unless it's used as a misconcepted paradigm for application development. Unknown. …
4
votes

Stunning graphic effects with javascript

Almost full port of Wolfenstein 3D to Javascript! …