- Django Design Patterns and Best Practices
- Arun Ravindran
- 111字
- 2021-07-23 19:36:20
Chapter 2. Application Design
In this chapter, we will cover the following topics:
- Gathering requirements
- Creating a concept document
- HTML mockups
- How to divide a project into Apps
- Whether to write a new app or reuse an existing one
- Best practices before starting a project
- Why Python 3?
- Starting the SuperBook project
Many novice developers approach a new project by beginning to write code right away. More often than not it leads to incorrect assumptions, unused features and lost time. Spending some time with your client in understanding core requirements even in a project short on time can yield incredible results. Managing requirements is a key skill worth learning.
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Android Development with Kotlin
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Web Development with MongoDB and Node(Third Edition)
- 軟件品質之完美管理:實戰經典
- Zabbix Performance Tuning
- Java編程從入門到精通
- Mastering OAuth 2.0
- Get Your Hands Dirty on Clean Architecture
- Mastering PowerCLI
- Learn Linux Quickly
- Python滲透測試編程技術:方法與實踐(第2版)
- Mastering ASP.NET Web API
- Java程序性能優化實戰