Showing posts with label Acronyms. Show all posts
Showing posts with label Acronyms. Show all posts

Tuesday, January 29, 2008

Helpful Acronym Explanations

SDK - Software Development Kit. Has at least a compiler to compile your code
IDE - Integrated Development Environment. Think of Visual Basic. Its a program that lets you write and run (and debug) your programs. There need to be more of these. These are the missing link.
API. Application Programming Interface. I think of this as within the code. The methods and properties that classes have to do things.