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
J

j saer

@j saer
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Naming/abbreviating convention
    J j saer

    My native tongue is spanish. I teach programming at the university. My strong recomendation is in the first place to use english for ANY kind of expression when programming, that means identifiers: variable names, object names, constants, comments, etc.. anything. Since the reserved words of the languare are in english too, this increments readability of the source code. Also the english words are in averiage shorter than other tongues. The other point to consider is to create an controlled vocabulary for these identifiers that means: if you use customerID to represent , well.. the ID of a general customer you reserve that word for the same purpose when writing other applications.

    The Lounge tutorial c++ learning
  • Login

  • Don't have an account? Register

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