Skip to content

Commit

Permalink
ideas and competitors
Browse files Browse the repository at this point in the history
  • Loading branch information
bownie committed May 17, 2023
1 parent 9bb8bee commit 4d5884d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions src/software.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,7 @@ impl Software {

self.recalculate_code_complexity(number_of_devs, dev_focus);
}
/*
pub fn refactor(&mut self) {
}
pub fn bug_fix(&mut self) {
}
*/

// Try and keep dev_focus 0 - 100
//
fn recalculate_code_complexity(&mut self, number_of_devs: u16, _dev_focus: u16) {
Expand Down
1 change: 0 additions & 1 deletion src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ impl World {
}



// What is the factor of usefulness for software? software.usability_factor()
//
// Features and Ease of Use
Expand Down

0 comments on commit 4d5884d

Please sign in to comment.