Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTaylor Han
3,701 PointsWhat is the difference between web development and software development?
I was reading an article about the different programming languages, and this argument about the distinction between the two seems to keep coming up. Can someone tell me the general distinction?
Thank you
1 Answer
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsHi Taylor,
Web Development is a form of Software Development, that focuses on creating internet-based applications.
You can do 'offline' Software Development. E.g code that powers a vending machine, an alarm clock or an application like Microsoft Paint.
All Web Development is Software Development. But not the other way around.
Hope this helps :)