4

I hope people who store data in unstructured binary format without documenting what the the actual logic is have a separate room in hell.
I hate this legacy s***pile of visual basic code that has this abbreviated function names everywhere and the 'developer' (really should be name jack***) instead of documenting his custom solutions just thought out some custom data formats and wrote really long and bad code around it to transform and decode it. Clr sql makes it impossible to debug so wherever you are my dear predecessor I hipe you rot in hell

Comments
  • 1
    CLR SQL? I just threw up in my mouth a bit there.
  • 0
    This is why I use SQLite as a data file format. I can store anything in there (within reason) and you can use third party tools to read the file and get your data.
Add Comment