pudds

Stories kicked by pudds

Top 10 Things That Annoy Programmers(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

1 comment |category: |Views: 946

tags: another

SharpOS - An operating system written only in C# (no assembly or C)(sharpos.org)

submitted by w3stfa11w3stfa11(645) 4 years, 2 months ago

SharpOS is an open source effort to write a operating system using C#. A very informative interview here http://lab.obsethryl.eu/content/sharpos-stream-c-sharp-c-kernels read more...

7 comments |category: |Views: 290

tags: another

A Question of Programming Ethics(codinghorror.com)

submitted by jdelatorjdelator(500) 4 years, 2 months ago

I generally try to give people the benefit of the doubt, but it's difficult to imagine any scenario where this isn't a completely malicious violation of people's trust. read more...

5 comments |category: |Views: 7

tags: another

A Serializable Dictionary Object (VB.Net)(mdryden.blogspot.com)

submitted by puddspudds(5) 4 years, 2 months ago

Quick implementation of a dictionary list that can be serialized to XML. read more...

add a comment |category: |Views: 644

tags: another