Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)

  • RE: The Worst Code

    David.Poole - Tuesday, December 19, 2017 1:25 AM

    Some of the worst code I've seen is mine but I didn't know it was...

  • RE: Singular or Plural

    I used to feel like it was just a matter of perspective, but after having used TVPs I'm firmly in the plural camp. Naming collisions between tables and table types...

  • RE: What's in your CLR?

    Personally I find it difficult to motivate using sqlclr. Typically you have an application sitting on top that can take care of it for a fraction of the operational cost.

  • RE: Learning Data Modeling

    ERD tools can be expensive, but thankfully EF core ships with one that can also scaffold databases on most popular systems... and its free

  • RE: The Secret Password

    I thought this is why you require pull requests and peer reviews before merging into master and kicking off a ci release.

  • RE: Does Speed Compromise Quality?

    David.Poole - Tuesday, April 11, 2017 12:11 AM

    This prooves that tech debt will NEVER be fixed http://uk.mobile.reuters.com/article/technologyNews/idUSKBN17C0D8

    The only viable strategy is prevention....

  • RE: Null Defaults

    I would always use null to indicate unknown values, but in this case I don't quite see when you would legitimately not know if null is a valid value or...

  • RE: The Multilingual Programmer

    Got started in the late 90's making games as a hobby. Currently a full-stack dev in the public sector.
    Qbasic
    GML
    VB6
    C++
    Lua
    Ti-basic
    C#
    SQL
    VB.Net
    F#
    Javascript

Viewing 8 posts - 31 through 38 (of 38 total)