Skip to content

Commit

Permalink
listed flood.linq being too long for one file as a major bug
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 13, 2021
1 parent 1e5a2e5 commit ff88751
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BUGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@ that has the current modifier-key-driven behavior.
Flood should provide a facility to record (appropriately compressed) video
files of fills, but I have not yet implemented that feature.

## Code Style

### The main source code file is too long and should be split up.

Flood is a LINQPad query and I had, originally, intended for the user to be
able to peruse most of the code in the left pane while interacting with the
application via the toolstrip and panels in the right pane.

Although ease of demonstration is sometimes a justification for cramming more
source code into a single file than one otherwise would, this is currently
excessive: the main source code file, `flood.linq`, is over 3500 lines. I
regard this situation to be a bug and I intend to split that file into several
files and/or make the code more easy to navigate in other ways.

(LINQPad fully supports queries spanning multiple files, so that’s not
the issue.)

## Documentation

### The help and tips retrieve assets from the internet on each run.
Expand Down

0 comments on commit ff88751

Please sign in to comment.