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---