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
S

Steven O

@Steven O
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Worst source code EVER
    S Steven O

    One system that I worked on about 10 years ago, required a heck of a lot of database work. We were on SQL Server 6.5, and the database collation was set up so that code was case sensitive. The big problem on this project was that developers loved writing these monser stored procedures that were thousands of lines long. The stored proc in question was about 2000 lines long, and riddled with the same variable names, with different cases, e.g. @PatientRx @patientRx @patientrx @PATIENTRX @Patientrx @PatientRX This wasn't limited to one variable either, but multiple variables. I eventually re-wrote the stored proc after about a week of trying to figure it out.

    The Lounge question career

  • Coding file paths to a server or network share
    S Steven O

    I fully agree. I'll just say: It depends. :)

    The Lounge sysadmin help question

  • Coding file paths to a server or network share
    S Steven O

    I personally think that the UNC path (\\server\directory) is the way to go. I'll qualify this statement: If you wrote a service that needed to get files from a shared folder on the network, you must bear in mind that your service can run under different credentials to the logged on user, and as such may not have the same network drive mappings.

    The Lounge sysadmin help 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