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

Dan Begent

@Dan Begent
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • do any of you others have little coding mantras that save your behind?
    D Dan Begent

    Write once, read multiple eg, in SQL - if you're thinking "a" is a valid alias for Account table then think again. Account is not a long word. Make it meaningful. If you have AccountProductMemberElephant table then APME is not a valid alias. These of kind of aliases result in the future readers having to reference back to the table to find what that means. Either don't alias or if you have some meaningless prefix to the table (eg company name) alias to remove that Just remember you're only writing it once. It'll be read 100s of times! Or another favourite and one not everybody agrees with If it's not readable it's wrong!

    The Lounge csharp css visual-studio 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