9 ms·
What's the ratio of coders to designers?
by Stuk 15y ago
What's the ratio of coders to designers?
- nimrody 15y agoProbably 1 coder : 10 designers -- at the very least. Off topic: Would be a great idea to have a "design school for hackers" with some assignments/critique!
- michaelbuckbee 15y agoWow, I would have guessed the exact opposite based upon the places that I've seen this linked from, but there may be some input bias there.
- michaelbuckbee 15y agoWow, I would have guessed the exact opposite based upon the places that I've seen this linked from, but there may be some input bias there.
- Cyndre 15y agoShould have it set to both instead of same id as designer for designer and both. Join the Network <form action="email_processing.php" method="post"> <input type="text" name="email" value="your@email.com"/ class="default-value"><br> <input type="radio" name="skill" value="1" id="developer"/><label for="developer" class="dev">I'm a developer</label> <div class="clr"></div> <input type="radio" name="skill" value="2" id="designer"/><label for="designer" class="des"> I'm a designer</label> <div class="clr"></div> <input type="radio" name="skill" value="3" id="designer"/><label for="both" class="des">Both</label> <div class="clr"></div> <input class="submit_button" type="submit" value=""> </form>