Naming? Really?
In lot of source code in last time i see something ass:
class I_PaymentScheduler {
}
class I_Shape {
and soo on.
Yeah, not very useful… :) I can imagine a situation where scheduler can be a value type :)
In lot of source code in last time i see something ass:
class I_PaymentScheduler {
}
class I_Shape {
}
and soo on.
Yeah, not very useful… :) I can imagine a situation where scheduler can be a value type :)