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
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. One instance of an application [modified]

One instance of an application [modified]

Scheduled Pinned Locked Moved The Weird and The Wonderful
databasecsharplinqbusinesscollaboration
32 Posts 18 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Robert Surtees

    killabyte wrote:

    Sounds like this guy loves to reinvent the wheel instead of using the F1 racing wheels that have been developed over years and matured into stable, proven code.

    I admit the guy sounds like a tool, but comparing Microsoft libraries to F1 racing wheels and calling it mature and stable is a bit over the top. Submersible school bus with non functional wings, chrome plates, and 25 hood ornaments (one with a frickin lazer beam) would be a better comparison.

    _ Offline
    _ Offline
    _Damian S_
    wrote on last edited by
    #23

    Robert Surtees wrote:

    one with a frickin lazer beam

    That does sound cool though!!

    Knowledge is knowing that the tomato is a fruit. Wisdom is not putting it in fruit salad!! Booger Mobile - Camp Quality esCarpade 2010

    R 1 Reply Last reply
    0
    • J Jeroen De Dauw

      OMFG :wtf: This really makes me think of my teacher informatics who keeps insisting on using Access databases for EVERYTHING, and working with windows 2000 cause it's more stable >_> Respect for your position dude. I'm just happy that I don't have such an employer, and will always check their nubness level before accepting any job. Some of the ppl are just sad >_> Cheers BN

      GSoC 2009 student for SMW! --- My little forums: http://code.bn2vs.com --- 70 72 6F 67 72 61 6D 6D 69 6E 67 20 34 20 6C 69 66 65!

      A Offline
      A Offline
      akyriako78
      wrote on last edited by
      #24

      bn2vs wrote:

      and will always check their nubness level before accepting any job

      During the interview sessions they demonstrated the company and theirselves as truly openminded with the need to hire an experienced developer in order to accomplish a technological breakthru and update to their major product and to deliver knowledge and guiding directives to the rest of the development team. I bite that crap then and I left from my prior company which was awesome. Actually I'm the one responsible for all the development team but he doesnt let me make any decision in technical level and in case I make a decision by myself without asking him, we finally arrive at the point of how wrong was that decision and how much did i mislead the team and how much time did i spent in the wrong direction . "I want results. Keep your theoretical background for your academic carreer". Its the main moto.

      1 Reply Last reply
      0
      • A akyriako78

        Well...I wont share you the source code because its an enormous snippet. But i will narrate you the concept like a bedtime story. The technical director of our company - who is in parallel our head programmer (somebody save us)- decided to add a new feature to our super-dooper, high-end, wannabe-ERP product (riiiiiiiiiight!!!!). That was ... the very "advanced" requirement : "Our application will have only one instance.Listen how is going to be implemented..." .And then the problems just begun. "In order to implement it we'll take the ProcessId of our .exe and a timestamp of DateTime. Now to ensure its a today's instance of a process and save it to the database. So every new instance of the program will check the database to ensure if it will execute or not". I asked him very politely "What about using a mutex ?" . I almost got fired because : "You don't pay attention to the requirements and your only concern is to show off to me and to the rest of the development team with theoretical buzz-words. This is real-life programming buddy. Can you do this or not ?". No comments from me. I leave them to you. I'll keep the dissappointment. P.S. (1) The same day he forbid me to use again datasets, or LinQ to SQL because they are too complicated, too time consuming to construct, they don't ensure data integrity (???), and they oblige us to stick with a certain schema and "... I don't understand the reason for a disconnected architecture". So from now and on he commanded me to use only text queries through custom dbcommands and keep a database connection alive in a static object. (Hell yeah!!!) P.S. (2) All the above are real. :((

        modified on Wednesday, May 27, 2009 3:54 AM

        T Offline
        T Offline
        Tristan Rhodes
        wrote on last edited by
        #25

        Do you work for my previous CTO? His favorite mantra was "Keep it simple stupid" and he didn't understand any of the technical considerations required to keep a complicated, feature rich application simple. And dropping (complicated) phrases like "Data access layer", "Unit test" and "Undo / Redo Stack" would generally get a hostile response of "Wtf are you talking about? It sounds complicated." Looking back, i should have realised it was actually his lack of education and i wasn't talking shit.

        ------------------------------- Carrier Bags - 21st Century Tumbleweed.

        1 Reply Last reply
        0
        • _ _Damian S_

          Robert Surtees wrote:

          one with a frickin lazer beam

          That does sound cool though!!

          Knowledge is knowing that the tomato is a fruit. Wisdom is not putting it in fruit salad!! Booger Mobile - Camp Quality esCarpade 2010

          R Offline
          R Offline
          RugbyLeague
          wrote on last edited by
          #26

          That's what I thought too

          1 Reply Last reply
          0
          • A akyriako78

            Well...I wont share you the source code because its an enormous snippet. But i will narrate you the concept like a bedtime story. The technical director of our company - who is in parallel our head programmer (somebody save us)- decided to add a new feature to our super-dooper, high-end, wannabe-ERP product (riiiiiiiiiight!!!!). That was ... the very "advanced" requirement : "Our application will have only one instance.Listen how is going to be implemented..." .And then the problems just begun. "In order to implement it we'll take the ProcessId of our .exe and a timestamp of DateTime. Now to ensure its a today's instance of a process and save it to the database. So every new instance of the program will check the database to ensure if it will execute or not". I asked him very politely "What about using a mutex ?" . I almost got fired because : "You don't pay attention to the requirements and your only concern is to show off to me and to the rest of the development team with theoretical buzz-words. This is real-life programming buddy. Can you do this or not ?". No comments from me. I leave them to you. I'll keep the dissappointment. P.S. (1) The same day he forbid me to use again datasets, or LinQ to SQL because they are too complicated, too time consuming to construct, they don't ensure data integrity (???), and they oblige us to stick with a certain schema and "... I don't understand the reason for a disconnected architecture". So from now and on he commanded me to use only text queries through custom dbcommands and keep a database connection alive in a static object. (Hell yeah!!!) P.S. (2) All the above are real. :((

            modified on Wednesday, May 27, 2009 3:54 AM

            T Offline
            T Offline
            Tr v
            wrote on last edited by
            #27

            While he's at it why doesn't he restrict you to using only one hand on a computer without a keyboard or monitor?

            A 1 Reply Last reply
            0
            • T Tr v

              While he's at it why doesn't he restrict you to using only one hand on a computer without a keyboard or monitor?

              A Offline
              A Offline
              akyriako78
              wrote on last edited by
              #28

              Don't give him ideas...

              1 Reply Last reply
              0
              • A akyriako78

                Well...I wont share you the source code because its an enormous snippet. But i will narrate you the concept like a bedtime story. The technical director of our company - who is in parallel our head programmer (somebody save us)- decided to add a new feature to our super-dooper, high-end, wannabe-ERP product (riiiiiiiiiight!!!!). That was ... the very "advanced" requirement : "Our application will have only one instance.Listen how is going to be implemented..." .And then the problems just begun. "In order to implement it we'll take the ProcessId of our .exe and a timestamp of DateTime. Now to ensure its a today's instance of a process and save it to the database. So every new instance of the program will check the database to ensure if it will execute or not". I asked him very politely "What about using a mutex ?" . I almost got fired because : "You don't pay attention to the requirements and your only concern is to show off to me and to the rest of the development team with theoretical buzz-words. This is real-life programming buddy. Can you do this or not ?". No comments from me. I leave them to you. I'll keep the dissappointment. P.S. (1) The same day he forbid me to use again datasets, or LinQ to SQL because they are too complicated, too time consuming to construct, they don't ensure data integrity (???), and they oblige us to stick with a certain schema and "... I don't understand the reason for a disconnected architecture". So from now and on he commanded me to use only text queries through custom dbcommands and keep a database connection alive in a static object. (Hell yeah!!!) P.S. (2) All the above are real. :((

                modified on Wednesday, May 27, 2009 3:54 AM

                J Offline
                J Offline
                Jamie Nordmeyer
                wrote on last edited by
                #29

                Holy crap! Time to update the ol' resume!

                Jamie Nordmeyer
                Portland, Oregon, USA
                http://www.feralcodemonkies.com

                1 Reply Last reply
                0
                • A akyriako78

                  Well...I wont share you the source code because its an enormous snippet. But i will narrate you the concept like a bedtime story. The technical director of our company - who is in parallel our head programmer (somebody save us)- decided to add a new feature to our super-dooper, high-end, wannabe-ERP product (riiiiiiiiiight!!!!). That was ... the very "advanced" requirement : "Our application will have only one instance.Listen how is going to be implemented..." .And then the problems just begun. "In order to implement it we'll take the ProcessId of our .exe and a timestamp of DateTime. Now to ensure its a today's instance of a process and save it to the database. So every new instance of the program will check the database to ensure if it will execute or not". I asked him very politely "What about using a mutex ?" . I almost got fired because : "You don't pay attention to the requirements and your only concern is to show off to me and to the rest of the development team with theoretical buzz-words. This is real-life programming buddy. Can you do this or not ?". No comments from me. I leave them to you. I'll keep the dissappointment. P.S. (1) The same day he forbid me to use again datasets, or LinQ to SQL because they are too complicated, too time consuming to construct, they don't ensure data integrity (???), and they oblige us to stick with a certain schema and "... I don't understand the reason for a disconnected architecture". So from now and on he commanded me to use only text queries through custom dbcommands and keep a database connection alive in a static object. (Hell yeah!!!) P.S. (2) All the above are real. :((

                  modified on Wednesday, May 27, 2009 3:54 AM

                  J Offline
                  J Offline
                  Jorgen Sigvardsson
                  wrote on last edited by
                  #30

                  Holy crap. How brown is your boss's nose? Otherwise I simply don't understand how such a person could get into a position like that.

                  -- Kein Mitleid Für Die Mehrheit

                  A 1 Reply Last reply
                  0
                  • J Jorgen Sigvardsson

                    Holy crap. How brown is your boss's nose? Otherwise I simply don't understand how such a person could get into a position like that.

                    -- Kein Mitleid Für Die Mehrheit

                    A Offline
                    A Offline
                    akyriako78
                    wrote on last edited by
                    #31

                    Unfortunately he owns the company... :((

                    1 Reply Last reply
                    0
                    • A akyriako78

                      I have to go through this s***hole. I just opened my own company and i desperately need this paycheck to cover my expenses and my company's expenses.

                      B Offline
                      B Offline
                      BillW33
                      wrote on last edited by
                      #32

                      There is no way you are going to change this guy. The only reasonable option is to get out of there as soon as you can. I'm glad to hear that you are starting your own company, hopfully you will be able to make that your full time job soon. :) Bill W

                      Just because the code works, it doesn't mean that it is good code.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

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