Skip to content

Commit

Permalink
Add a note explaining the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
parrotgeek1 committed May 27, 2018
1 parent 329b4e4 commit 002de82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CrossSpeciesGeneFinder.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
This isn't the best code I've ever written. I wrote it in high school, when I had just learned Java.
If I had written it now, I would have made the error handling a LOT less redundant, and used better variable names.
If I have time in the future I'll try to improve the code style.
*/

import java.net.*;
import java.io.*;
import java.util.*;
Expand Down

0 comments on commit 002de82

Please sign in to comment.