Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 649 Bytes

GLOSSARY.md

File metadata and controls

20 lines (14 loc) · 649 Bytes

devs

Short form for developers.

coders

Alias for devs/developers.

dependency

Any software (tool or third party code) that our project needs in order to function.

a hack

Using a technology in a way that is was not intended, but nonetheless works.

IDE

Integrated Development Environment; everything you need to develop software in one interface, split into multiple sections usually.

library

A package of code that performs a specific function and can be used by other code.

third party

Someone or some team other than ourselves or our team that wrote some code that we're using on our project. Can be open source or proprietary.