1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

End users doing software development work

Discussion in 'Entertainment and Technology' started by Pret Allez, Oct 10, 2014.

  1. Pret Allez

    Full Member

    Joined:
    Apr 19, 2012
    Messages:
    6,785
    Likes Received:
    67
    Location:
    Seattle, WA
    Gender:
    Female (trans*)
    Gender Pronoun:
    She
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    So, professional software engineers of EC, what do you think about having end users doing software development work? By end users, I'm talking about essentially non-technical people, or people of a low technical ability. So, we might have them doing things like creating/changing XML schemas or whatever.

    Is this a good idea?
     
  2. Nikky DoUrden

    Full Member

    Joined:
    Aug 25, 2013
    Messages:
    1,305
    Likes Received:
    0
    Location:
    Mediterranean Sea
    I had always the notion that SQL and the like can be used by end-user, since what u basically need is a bit of math and to know what u want to do with your DB, although I might be the only one with that notion!

    For general-purpose programming - I dont think its a good idea since u need some experience with programming to make it effecient, debuggable, and readable by others, like any other thing that u need experience to achieve a greater result ..
    thats my thought of it ^^
     
  3. GrumpyOldLady

    Full Member

    Joined:
    Jul 4, 2014
    Messages:
    365
    Likes Received:
    95
    Location:
    Europe
    Gender:
    Genderqueer
    Gender Pronoun:
    She
    Sexual Orientation:
    Lesbian
    Out Status:
    Some people
    Depends on the user. Some might do well with a GUI, and someone who writes Excel formulas might do OK (that's a minority, though).

    But scripting or programming? It's hard enough getting some admins to write scripts or SQL, much less a non-technical person.
     
  4. Pret Allez

    Full Member

    Joined:
    Apr 19, 2012
    Messages:
    6,785
    Likes Received:
    67
    Location:
    Seattle, WA
    Gender:
    Female (trans*)
    Gender Pronoun:
    She
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    Thanks for your responses. It seems like you folks kind of agree with me, that having end users do more of the technical side of things can get problematic.

    My organization has decided apparently that it's acceptable to have the end users write XML schemas for our forms... I think this is a stupid idea, so naturally, that's exactly what we're doing.
     
  5. RainbowMan

    Full Member

    Joined:
    Dec 14, 2012
    Messages:
    618
    Likes Received:
    0
    Location:
    NYC
    Personally, I vomit whenever I hear "XML schemas" and "write" in the same sentence. XML, IMHO, is a great markup language for computers to generate and interpret. Once you put a human in either of those roles, all hell breaks loose! :grin:
     
  6. Pret Allez

    Full Member

    Joined:
    Apr 19, 2012
    Messages:
    6,785
    Likes Received:
    67
    Location:
    Seattle, WA
    Gender:
    Female (trans*)
    Gender Pronoun:
    She
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    Especially a non-technical human...
     
  7. onelonelygirl

    Regular Member

    Joined:
    Jul 13, 2014
    Messages:
    35
    Likes Received:
    0
    Gender:
    Female (trans*)
    Sexual Orientation:
    Lesbian
    I did some work with hacking and such for lab, I think its one of the things i targeted, being able to write that kind of thing. I don't remember for sure, but I think its a security flaw. XML headers i think it was? Something along those lines allowed me to inject my own payload and leak data from the server.

    All the more reason to avoid it I guess