duchdtran / TKXDPM.20201-04

2 stars 2 forks source link

refactor code bike giúp tránh control coupling #75

Open duchdtran opened 3 years ago

duchdtran commented 3 years ago

Dòng code trên trong file entity/bike/bike.dart đang vi phạm control coupling, hãy sửa lại cho đúng. image

duchdtran commented 3 years ago

Giải pháp: Tạo 1 class BikeMapper phụ trách việc chuyển đổi từ loại xe sang Bike tương ứng bằng cách sử dụng kiểu dữ liệu Map image image

Khi có yêu cầu thêm 1 loại xe mới thì: