Skip to main contentdfsdf

Luis Enrique León's List: Software design

    • By coding to an interface, you know you can insulate yourself from a lot of changes that might happen to a system down the road. Why? If your code is written to an interface, then it will work with any new classes implementing that interface through polymorphism.
    • by encapsulating the pizza creating in one class, we now have only one place to make modifications when the implementation changes.

    1 more annotation...

1 - 1 of 1
20 items/page
List Comments (0)