Re: Web Development vs Software Development
Posted: Mon Feb 20, 2012 12:11 am
Well, I was a software developer (C++/Windows C++) for 12 years and a web developer for 15 years, and I doubt that I could make a coherent description of the difference. A software developer is creating software to work on desktop/mainframe computer systems and is working in an environment where the "state" of the program is progressive and known. A web developer is working in a network environment which is "stateless" and much less linear. In software there is a specific meaning to input/output, while in a web environment you have the sending of communication. The difference is, for the most part, so minor as to be irrelevant in terms of actual processing, but it can create issues if one is unaware of it.