Skip to content

Commit

Permalink
[JOSS] specify where shared function examples are used
Browse files Browse the repository at this point in the history
  • Loading branch information
fandreuz committed Sep 27, 2021
1 parent ba49e01 commit 0722a07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions joss-paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ Our implementations have been tested and documented deeply; moreover we split
the algorithms into smaller functions, which we preferred over having a
monolithic block of code in order to improve readability and testability. This
kind of modularity allowed us to reuse functions across multiple algorithms,
since several procedures are shared (e.g., $\texttt{split}$, or the computation
of rank), and for the same reason we think that the addition of new
functionalities would be straightforward since we already have a significant
set of common functions implemented.
since several procedures are shared (e.g., $\texttt{split}$ is used in all the
three algorithms which we mentioned above, while the computation of rank is
carried out only in the last two), and for the same reason we think that the
addition of new functionalities would be straightforward since we already have
a significant set of common functions implemented.

# Example

Expand Down

0 comments on commit 0722a07

Please sign in to comment.