From 9df1252cd6effdfa365bc47dddb93209879bf7ad Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 2 May 2020 15:22:27 +0000 Subject: [PATCH] --- devdocs/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index c07e3f65..bb95ba1b 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -26,6 +26,7 @@ todo: add query fail logging to datalist just like done with picklist so in prod TODO: BizRoles.cs seems to get hammered on every single request, is it efficient? - Why is it not cached in some way? + - Look into Lazy initialization (i.e. private static readonly Lazy> mappings ....etc) todo: consider renaming ConcurrencyToken to a shorter string?