soullivaneuh / styleci-fixers

[DEPRECATED] Replaced by a new project =>
https://flintci.io
4 stars 3 forks source link

Late static binding #6

Closed GrahamCampbell closed 8 years ago

GrahamCampbell commented 8 years ago

I guess this other option would be you make that class final.

soullivaneuh commented 8 years ago

Interesting. Could you please elaborate the difference?

soullivaneuh commented 8 years ago

I guess this other option would be you make that class final.

Yep. :+1:

soullivaneuh commented 8 years ago

Interesting. Could you please elaborate the difference?

Ping! :-)

soullivaneuh commented 8 years ago

@GrahamCampbell: If I understand well the documentation, this is interesting for inheritance and maybe performance. Am I right?