Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
No, they actually could. This works best if he was a designer before he started programming.
-
juzles38618y@enchance for example I started out designing websites and logos, now I'm mostly dev oriented
-
I'm a developer with a background in design. I dropped out of college, where I was studying graphic design, to teach myself web development. No my job is to literally bridge the gap between the designers and the other developers at the agency I work at. Never say never.
-
// Second Suitcase is overloaded.
static void PackSuitcase() {
Suitcase(false);
}
static void PackSuitcase(Boolean isDev) {
if(isDev) {
// Cram in features.
}
} -
I started out as a designer, with programming as a hobby, slowly transforming into a fulltime developer with design responsibilities :)
developers CAN'T be Designers.. lol
undefined