Why I think designers shouldn’t code(medium.com)

8 years ago from Tom Söderlund, Product person and entrepreneur

  • Rick LanceeRick Lancee, 8 years ago (edited 8 years ago )

    Code is as far away from the user’s experience you can possibly get.

    http://i0.kym-cdn.com/photos/images/newsfeed/000/173/576/Wat8.jpg?1315930535

    11 points
    • Mike Wilson, 8 years ago

      What's wrong about that statement?

      Command line is no longer used by the general population because GUI is a far better user experience.

      Please tell me more about your product that requires it's users interact with your code to use.

      1 point
      • Ashley CyborskiAshley Cyborski, 8 years ago

        The statement is pretty backwards. Sure a user may never look at or touch your code, but that code renders a visual interface in the browser, that either is or is very similar to what they will ultimately be interacting with.

        Additionally, it implies that other methods of designing are "closer" to the user's experience, but a user will likely never see your static comps or whatever else you create to hand off for implementation. And since those things are inherently not the thing your user will ultimately be interacting with, they are in fact, farther from the user's experience than rendered code.

        0 points
      • Rick LanceeRick Lancee, 8 years ago

        Command line is no longer used by the general population because GUI is a far better user experience.

        Code has nothing to do with command line vs GUI.

        You don't need to interact with code to have it effect a users experience, a users experience does not have to be interactive, for instance: is an app or site that runs below 60fps or has networking problems good for the users experience? No. you fix this with writing good code.

        0 points