BinToss/Intern

View on GitHub
Memo.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Read has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static Status Read(string memoPath)
        {
            bool readSuccess = false;
            bool tasksStarted = false;

Severity: Minor
Found in Memo.cs - About 1 hr to fix

TODO found
Open

        /// TODO: Finish Memo.Read()
Severity: Minor
Found in Memo.cs by fixme

TODO found
Open

                /// TODO: Finish Memo.Write()
Severity: Minor
Found in Memo.cs by fixme

There are no issues that match your filters.

Category
Status