Some problems in J2ME development
Author: Chen Yuefeng
From: http://blog.9cbs.neet/mailbomb
There are many problems that need to pay attention to J2ME development. Here, I will first throw bricks to introduce some, let us improve together:
1. Is your source code packaged?
2. Do you use the object-oriented idea when developing?
3. Is the interface and logic separation?
4. Is your source code have a correct comment?
5. Is there a waiting interface when it takes time (such as connection network)?
6. Is there a complete document during program development?
7. Is your program facilitated transplantation?
8. Is your program facilitating maintenance?
9. Does the user show a friendly prompt to the user when registering?
There are more questions to wait for everyone! ! !