@manhng

Welcome to my blog!

Code Better

October 11, 2019 09:06

Code Better là gì?

  • Code phải dễ viết, sửa đổi và nâng cấp
  • Code phải sạch sẽ, có chú thích và mang ý nghĩa
  • Code phải có giá trị và quan tâm tới chất lượng
  • Code Refactoring
  • Code Reviews
  • Clean Code
  • Best Practices
  • How to use best practices to write better code
  • Good code is a pleasure to maintain and reuse

Log4Net

https://stackify.com/log4net-guide-dotnet-logging/

Ứng dụng demo:

  • Time Management System: Trello, RescueTime
  • Ticket Management System
  • Task Management Apps

SDLC: Waterfall + Agile + DevOps

Software Development Life Cycle

Software Development Models

The SDLC model has included the development phases planning, analysis, design, implementation, testing, deployment, and maintenance.

https://stackify.com/sdlc-models-in-2019-how-theyve-aged-and-whats-current/

Đọc thêm về cách để viết code tốt

https://saucelabs.com/blog/11-tips-to-write-better-code

01) Decide on the indentation and keep it that way

02) Make comments

03) Consistent name scheme

04) Don’t repeat code

05) Avoid writing long code lines

06) Break down a big task into smaller chunks

07) Organize your program into smaller files

08) Write clever code that is also readable

09) Code refactoring

10) Delete unnecessary code

11) Use Design Patterns

Categories

Recent posts