liip / LiipThemeBundle

Provides theming support for Symfony bundles
MIT License
290 stars 76 forks source link

Optimizing imports #197

Closed emulienfou closed 4 years ago

emulienfou commented 5 years ago

Optimizing classes and functions imports

lsmith77 commented 5 years ago

I guess this PR includes #196.

At any rate, I tend to not add use statements to non namespaced classes but I am fine adding them. For the functions, I don't think it brings anything in terms of performance worth measuring and I don't really think it adds much clarity, since the only functions used are core functions.

But I will take this one to twitter as well.

lsmith77 commented 5 years ago

https://twitter.com/lsmith/status/1113342304163594240