Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 23, 2024
1 parent 3f28925 commit 78b441c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,5 @@ impl eframe::App for CalculatorApp {
});
}
}

// TODO add tests to ensure expected operation and record how program is expected to work
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

mod app;
pub use app::CalculatorApp;

// TODO Add history / current calculation display

0 comments on commit 78b441c

Please sign in to comment.