[ALL] All work items as TODOs

This commit is contained in:
Matt Nadareski
2017-02-27 23:00:57 -08:00
parent d9711ab82c
commit 04f2a5f273
8 changed files with 38 additions and 6 deletions

View File

@@ -18,6 +18,11 @@ namespace SabreTools
/// <summary>
/// Entry class for the DATabase application
/// </summary>
/// <remarks>
/// TODO: Wrap Parallel.ForEach loops in try/catch
/// TODO: Find more foreach loops that are good candidates for Parallel.ForEach
/// TODO: Look into async read/write to make things quicker. Ask edc for help?
/// </remarks>
public partial class SabreTools
{
// Private required variables