- Django Design Patterns and Best Practices
- Arun Ravindran
- 112字
- 2021-06-25 21:32:02
Application Design
In this chapter, we will cover the following topics:
- Gathering requirements
- Creating a concept document
- HTML mockups
- How to pide a project into apps
- Whether to write a new app or reuse an existing one
- Best practices before starting a project
- Why Python 3?
- Which Django version to use
- 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.
推薦閱讀
- Learning Python by Building Games
- Spring Boot進階:原理、實戰與面試題分析
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Learning Nessus for Penetration Testing
- Unity 2017 Game AI Programming(Third Edition)
- Mastering Embedded Linux Programming
- PHP項目開發全程實錄(第4版)
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計
- Tkinter GUI Programming by Example
- 零基礎入門學習C語言:帶你學C帶你飛
- Java程序設計基礎教程
- 深度剖析ApacheDubbo核心技術內幕
- C語言程序設計:現代方法(第2版)
- Advanced Analytics with R and Tableau
- Hands-On Full Stack Development with Angular 5 and Firebase