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
R

rjemp

@rjemp
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Code First, do you like it?
    R rjemp

    As with most such question, I think the best answer is 'it depends'. I've found code first very useful when building out a smallish self-contained system (an android app with a .net / sql backend), which has about 15 tables and is unlikely to grow. The beauty has been that I can keep coding, adding things to the models as I prototype and get feedback, think of things I've forgotten, and don't have to muck around with sqlscripts. Simply add-migration from the package console and job done. However, once that system goes into production I will revert to a traditional approach. On other bigger, more complex projects, where you have a logical schema with ~200 tables, there is no way I would do that code first.

    The Lounge database question

  • Holy CRAP -- worst co-worker ever...
    R rjemp

    I am inclined to agree with Colin. On a similar note, I can't help but notice how the vocal majority (forums, blogs, twitter) are always banging on about crap code, and how crap everyone else is at coding. Everyone seems to be rock stars in their own little world. Personally I have been on both sides of the fence. On some projects I have been the star, and felt pretty important and confident in my abilities. On other projects I have struggled to hold my head above water. The former tends to be projects where I have been involved from the ground up, with familiar technologies. The latter tends to be where I have joined a complex project that has been going for a while, has a large code base, with unfamiliar technology choices. Without a doubt there will always be a project / job that myself, the OP and most other people could be seen as 'Bob'.

    The Lounge csharp wcf business database visual-studio

  • The dev was fired but the havoc is left for us to fix...
    R rjemp

    It is strange, and something I would never do. However, without knowing the full context I can see that it might be somewhat logical. For example, if a variable was used to store the state (instead of the color) and the color was required to be changed at the same time, you could argue the variable is redundant and why not just use the color. Particularly if it is a small piece of self contained code that has no coupling or external influence. In that case, who cares, if it works move on.

    The Lounge help question

  • How NOT to optimize a database!
    R rjemp

    One day someone will jab their fingers in those rolling eyes.

    The Lounge c++ performance php database com

  • How NOT to optimize a database!
    R rjemp

    The strange thing is that the 3 char field uses 3 bytes and only allows up to 999. Depending on the platform, a 2 byte int would allow at least 32767 entries.

    The Lounge c++ performance php database com
  • Login

  • Don't have an account? Register

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