JuliaMath / JuliaMath/RandomMatrices.jl
remove camelcase in `rand(W::Haar, n::Int, doCorrection::Int = 1)`
Offen
- Vorherrschende Sprache
- Julia
- Sterne
- 94
- Forks
- 41
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Could probably just do `correct::Int = 1` instead. This should be a kwarg rather than an optional argument too.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start at the `rand(W::Haar, n::Int, doCorrection::Int = 1)` entry point and inspect its surrounding method definition and call sites. Update the argument naming and argument style as requested, then verify that existing uses still work and the public signature reflects the intended keyword argument.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- julia
- Bereich
- backend
- Issue-Typ
- Refactoring
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 55/100