Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Developer and SQL Programmers same? [closed]

Tags:

sql

Are SQL Developers and SQL Programmers same people? I have basic knowledge about SQL and want to improve it. plz help me?

like image 602
Subodh Avatar asked May 23 '10 10:05

Subodh


1 Answers

No, I disagree - if you read Mike Gunderloy's excellent book Coder to Developer you'll understand a developer is a coder - but also a lot more.

A coder (= programmer) typically only writes code (possibly including unit tests) and that's about it. He usually gets a clear spec or task from someone else. A coder/programmer is more or less only concerned with writing, testing, and verifying code - nothing more.

A developer is a much more encompassing job description - a developer also deals with putting things into perspective, breaking up tasks into chunks that a coder can work on, he spends his time thinking about deployment and a lot more. A developer needs to know a lot more in his daily job than a coder.

like image 111
marc_s Avatar answered Nov 09 '22 07:11

marc_s