← Back to team overview

mahara-contributors team mailing list archive

[Bug 1185693] [NEW] Replace a one-off function-in-function with an anonymous function

 

Public bug reported:

It does provide slightly better performance to use a standalone
function, but using an anonymous function avoids the possibility of
namespace collisions and arguably makes the intention of the code more
readable.

** Affects: mahara
     Importance: Low
         Status: In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1185693

Title:
  Replace a one-off function-in-function with an anonymous function

Status in Mahara ePortfolio:
  In Progress

Bug description:
  It does provide slightly better performance to use a standalone
  function, but using an anonymous function avoids the possibility of
  namespace collisions and arguably makes the intention of the code more
  readable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1185693/+subscriptions


Follow ups

References