Explore >> Select a destination


You are here

8thlight.com
| | matthiasnoback.nl
20.8 parsecs away

Travel
| | I recently wrote about when to add an interface to a class. After explaining good reasons for adding an interface, I claim that if none of those reasons apply in your situation, you should just use a class and declare it "final". PHP 5 introduces the final keyword, which prevents child classes from overriding a method by prefixing the definition with final. If the class itself is being defined final then it cannot be extended.
| | blog.cleancoder.com
8.9 parsecs away

Travel
| |
| | mike.zwobble.org
20.0 parsecs away

Travel
| |
| | enterprisecraftsmanship.com
79.3 parsecs away

Travel
| My new online training course about Encapsulating EF Core Usagewent live.