anonymouscodder's Profile User Rating: -----

Reputation: 122 Stalwart
Group:
Contributors
Active Posts:
699 (0.55 per day)
Joined:
01-January 10
Profile Views:
20,373
Last Active:
User is offline Feb 04 2013 01:26 PM
Currently:
Offline

Previous Fields

Country:
BR
OS Preference:
Linux
Favorite Browser:
FireFox
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Nintendo
Your Car:
Who Cares
Dream Kudos:
250

Latest Visitors

Icon   anonymouscodder has not set their status

Posts I've Made

  1. In Topic: [link] The Ultimate Complete Final Social Media Sizing Cheat Sheet

    Posted 14 Jan 2013

    Hey thats handy :)
  2. In Topic: [link]8 Most common mistakes C# developers make

    Posted 11 Jan 2013

    1. I'm pretty sure that most people using StringBuilder are using it wrong (micro-optimizing it).

    What most people should know is that literal constant concatenation is performed at compile time (compiler optimization).

    I've seen huge 'string building' code that performs countless calls of Append() to concatenate literal constants.

    6. If this list is ordered, I believe this should be the #1.

    7. I disagree, this is micro-optimization IMO.
  3. In Topic: Im here to learn

    Posted 11 Jan 2013

    Hello and welcome :)
  4. In Topic: Why would you ever... Return a Pointer or reference..

    Posted 11 Jan 2013

    Don't forget to consider passing as reference instead, and making it const if it makes sense. This way you make your pointer usage more reliable/secure.

    As void foo(const BigData& data); //Can't change the reference, can't be null
  5. In Topic: What is source code? GPL

    Posted 27 Dec 2012

    Wikipedia is not the software, MediaWiki it is.

    And that is a merely configuration of the software, not a modification. Nobody have to distribute those.

My Information

Member Title:
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private