Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lxm
on Sept 28, 2013
|
parent
|
context
|
favorite
| on:
Taking PHP Seriously [pdf]
Abstract classes in Python are kinda bolted on
http://docs.python.org/2/library/abc.html
They're native to PHP
http://php.net/manual/en/language.oop5.abstract.php
Daishiman
on Sept 28, 2013
[–]
Abstract classes are unnecessary and "unpythonic", if you will; there's a lot of other preferred patterns in Python for that use case.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
They're native to PHP http://php.net/manual/en/language.oop5.abstract.php