- Do not use class member access controller(public, private, protected), Just use public.
Any classes can access variables, I don't care that variable can change unexpected value by other threads.
When debugging I shoud search all the files for which line access that variable.
- Do not add comment.
I don't care , other programmer can understand these codes or not.
- Use external variable when can't way to access some class's instance.
Yes, other programmer will be confuse, but I don't care.
Yes, I know there are some patterns, but I don't know and I dislike studing something new.
- Copy and paste open source group's codes.
Oh making spaghetti codes , It's really gorgeous ability.
I don't care how these codes run. Result is more important.
Have you guys met these guys?
I meet every days.
No comments:
Post a Comment