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
D

Duarte Cunha Leao

@Duarte Cunha Leao
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Into bad habits
    D Duarte Cunha Leao

    Having programmed several years with JS, and as many years with statically typed languages, my experience is quite the opposite. The lack of compiler on dynamic languages forces you to have a bigger discipline, in what concerns naming variables (of course creating them is included), for example, than with compiled languages, in which the compiler guides you into doing something valid. The lack of type information in variables, arguments, return values, etc, also places a greater pressure on careful naming. Today, I'm sure I'm a better programmer because I wrote so much non-compiled code - it forced me to always be sure of what I was doing (opposed to stepping through to find out...), and strengthened my discipline. A compiler is surely a great tool, but it doesn't replace the understanding and discipline of the programmer. It's quite the same as with writing with a spelling checker, you never get to learn certain things because you count too much on the checker, or, as with a making calculations by hand or with the help of a calculator... This could be heaven for everyone

    The Lounge csharp javascript com help

  • Using... before or after the Namespace
    D Duarte Cunha Leao

    Plesase refer to this as well http://stackoverflow.com/questions/125319/should-usings-be-inside-or-outside-the-namespace

    This could be heaven for everyone

    C# performance
  • Login

  • Don't have an account? Register

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