Is there a difference between Developer & Designer?
11–20 of 30 posts
Re: Is there a difference between Developer & Designer?
#12Developers can make a program or web site using a text editor.
Re: Is there a difference between Developer & Designer?
#13Is that not how it is everywhere else? In my brief non-gaming employment, I don't think the word "developer" really came up.
Re: Is there a difference between Developer & Designer?
#14Not that I couldn't do it, but there was a designer who was hired every month or two to do bigger chunks of fixing. It meant she added 42 divs for each bug so it looked "ok".
Good designers are extremely hard to come by.
Re: Is there a difference between Developer & Designer?
#15Re: Is there a difference between Developer & Designer?
#16I always say "designers make the site pretty, developers make the site do things". Granted, this still earns me a look of befuddlement, but it's the easiest explanation I can come up with.
Actually, I'd say that a proper designer actually designs how your site should work. Developers implement, hack, do backend stuff, etc. "Making a site pretty" is what too many coders think they need a designer for at the end of their projects ("skin my app!"), when perhaps they should be working with real designers from the get-go.
Re: Is there a difference between Developer & Designer?
#17I always say "designers make the site pretty, developers make the site do things". Granted, this still earns me a look of befuddlement, but it's the easiest explanation I can come up with.
The "pretty" parts is such a small part of what design is all about.
I don't just create some skin on top of some application, I help create the underlying structure maybe even the business logic.
Also developers are not just making the things work. They are actually constructing the code space by making decisions that are based on some aesthetic principles. When you construct your code in a certain way it's not just rational it is as much emotional.
To give you an example of what design also is.
We recently managed to convince a bank to put some of the knowledge they had about their clients into play. Basically all transaction come with a unique vendor number that can be paired up to a category (utilities, groceries, insurance etc) and allow customers without having to type in a single thing to see how they spend their money.
The original design I did was nice and cool and all, the final design ended up looking rather pale in comparison, but it's one of the things I have done in my life that I am most proud off.
It took not only knowledge about how some of the innnerworkings of banking, it took political fights, fights with IT departments and so on.
But the results where phenomenal. People loved it and I neither they cared that it wasn't as sassy as I had originally intended.
Design is not just about how it looks, it's as much about how it works.
Re: Is there a difference between Developer & Designer?
#18Earlier quoted context omitted.
Agreed. In reality, many developers have plenty of design experience & skill as well. I like to separate design from pure art, subscribing to the Steve Jobs "design is how it works" mentality. To me, design is as much an engineering discipline as an aesthetic one.
While that is a good definition for the word design, the people who make software pretty usually have an art background where at best they specialize in layout (as a subset of spacing, etc), not user interaction design or industrial design degree. That degree is a thing all to it's own, and what much of the Apple aesthetic comes from. An industrial design degree is actually closer to architecture than art in many pro…
Re: Is there a difference between Developer & Designer?
#19Designers use a GUI tool like Dreamweaver, or do not code at all. Developers can make a program or web site using a text editor.
Anyway, your statement is an oversimplification. You could also say that the website the designer made would have better usability and be more engaging for the users (but perhaps buggy), while the developer would have a well coded site that no one (except maybe other developers) would want to use.