Hacker News new | past | comments | ask | show | jobs | submit login

An IDE would help with this, at least for a strongly typed language ('go to definition'). For something like Perl, good luck!

My other complaint is when the base class is updated independently of the child class. Suddenly your code is breaking because a new field is being set in the original function but not your override. For that reason I tend to inherit to extend only, as much as possible. I prefer to write a wrapper if it's a neater solution.




Definitely need an IDE for inheritance and OO heavy projects. It's not an apple and oranges thing, it's required.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: