|
|
|
|
|
by gnaritas
5368 days ago
|
|
It's not relevant whether they're needed or not if you use closures as your default linking mechanism because it's always the easier route. They're not needed for any site ever, they're just damn convenient. You go back through the app replacing closures with more verbose and direct linking as time permits; clearly pg hasn't found the time yet. |
|
Obviously replacing closures with directly linking is more difficult than just using direct linking in the first place.