|
From: Berni <be...@kn...> - 2002-01-24 08:53:09
|
1. Is there any reason why you set all the login data attributes in class Status from private to protected? 2. Don't write buggy constructors. I like proper classes. Either initialize ALL attributes or leave away the constructor. 3. Why the hell do we need set... () methods for login data attributes? 4. Usually I know what I'm doing (yes, I do!), at last better than you do. Please ask me before you hack my code and threw over every single paradigm I believe in. thanks. berni |