32
jaggy
8y

I hate clients that tell the developers what to use without discussion.

We're paid to solve problems.

Dictatorship on tools and methodologies are okay with junior devs or interns, but when you have senior devs, it has to be a democracy.

Having limitations like browser versions or server capabilities are fine, but declaring which slider to use, you MUST use jquery, or all that jazz just grinds my gears.

Comments
  • 4
  • 5
    They should be leveraging your insight. If they insist on bad decisions make sure you have it documented in writing. Easy to forget who advised what when the finger pointing begins.
  • 1
    Or at least tell us why. Otherwise it just sounds like "because I said so".
  • 3
    $(document).ready(function(){
    console.log("I used jQuery, now let me do my job!");
    });
  • 0
    "And you definitely need to use [buzzword]!"
    And so, the great parallax website flood of 2015 began.
Add Comment