Methods calling other methods in the same class
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-05-28T13:21:29Z
Indexed on
2010/05/28
13:32 UTC
Read the original article
Hit count: 179
programming
|anti-patterns
Hi,
In class design, is it a bad habit if one method calls another method in the same class (For example, 3 methods call 1 method in the same class).
Thanks
© Stack Overflow or respective owner