Across
- 6. An entire programming environment, often with a custom language and IDE, is a _____
- 7. Create new APIs for any _____ functionality
- 8. Imagine _____ developers working on the different parts
- 9. Large programs are more complex than small programs by an _____ _____ _____
- 10. Good APIs have a high degree of _____
- 11. Methods are _____
- 12. _____ adds external complexity
- 13. Low external complexity often means high _____ _____
- 14. Functions/classes typically for a single purpose is a _____
- 16. An essential skill of development is to forget and _____ on the current task
- 18. Functions/classes for a set of related purposes is a _____
- 21. Good APIs are _____ enough
- 22. A partial solution to complexity is _____ features
- 24. Good APIs are _____ enough
- 25. According to [Koenig, Moo], language design is _____ design
Down
- 1. API is short of Application Programming _____
- 2. APIs are a large-scale mechanism for _____ _____ _____
- 3. Good APIs have low _____
- 4. A large set of classes for a broad set of purposes is a _____
- 5. The composition and frequency of _____ indicate how tasks are isolated
- 15. Modern design is the design of APIs and how they _____ with each other
- 17. Developers build large programs using _____ APIs as much as possible
- 19. According to [Koenig, Moo], library design is _____ design
- 20. We can organize types of APIs into a _____
- 23. A partial solution to complexity is good _____