Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

runelancer

@runelancer
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is C# Making Devs Dumber (part two)
    R runelancer

    Richard Parsons wrote:

    C# isn't bad and neither is C++ but why use unsafe code if you can do the same thing in C# safely? If a problem arises that can't be handled in C# then by all means have fun and write some C++ or unsafe C# code.

    Though, suppose they made cars that automatically steer away from hazards. Ie, you could drive this thing into a signpost and it would safely steer you back on the road instead of letting itself crash. After a few years of this, you're probably not going to worry as much about driving safely as if you did have these considerations to keep in mind - and frankly, dodging a signpost isn't something you need to put too much effort into doing if you're a decent driver.

    The Lounge csharp c++ com

  • Code like a girl
    R runelancer

    HTML is a markup language. Not code. :) *Runs off* The elegance of code isn't as important as its neatness and readability. If your code is a tangled mess shaped like the Venus of Milo, congrats mate, real impressive and clever. Now maintain it. ;) I often make the mistake of keeping my code short, sacrificing readability in the process (ie, ifs on one line, even when brackets are involved: if(x) { delete x; x = NULL; } )

    The Lounge html com json question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups