JuliaPluto / JuliaPluto/PlutoNotebookComparison.jl

Drama types

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Julia
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The drama list should be implemented as a list of `<: AbstractDrama` objects, not a list of functions.

Then we have two methods that should be implemented for all AbstractDrama subtypes:

```julia
struct MyDramaType <: AbstractDrama
...
end

check_drama(source::MyDramaType, context::DramaContext) = # not sure what it should return

should_check_drama(source::MyDramaType, context::DramaContext) = true / false # depending on whether the check_drama function should run. This can be used to skip tests

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.