Skip to content

Commit

Permalink
Acknowledge reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Jul 5, 2024
1 parent f8590cc commit 2778702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posts/progressive-enhancement/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ This is however only true if code in downstream analysis follows good practices
Object oriented programming and S3 classes offer a convenient way to iteratively add interoperability in the ecosystem in a way that is minimally disruptive to users and developers.
Newly classed input support can be added via custom methods (after converting the existing function to a generic if necessary).
Newly classed output support can be added via progressive enhancement, by ensuring that the new class is a subclass of the old one and that downstream code uses good practices to test class inheritance.

**Thanks to James Azam and Tim Taylor for their very valuable feedback on this post.**

0 comments on commit 2778702

Please sign in to comment.