Tips & Best Pratice in Software Development

Testing in development:

- We should add a comment above the code block where used as testing some instruction like:
// Testing purpose: ...
- Later, when we have done developing the project. We can use 'Search' function in the whole project to search the "testing purpose" instruction, then remove it if necessary.
- This tips should be applied at the beginning of every project.

---V---

Nhận xét

Bài đăng phổ biến từ blog này

Tại sao lại chụp ảnh theo bố cục 1/3 ?

[sapui5] Best Practice in sapui5 development

Implement Search field with case-INSENSITIVE by SAP UI5