JuliaStats / Klara.jl

MCMC inference in Julia
Other
166 stars 38 forks source link

Drop Basic prefix in various type names #158

Open papamarkou opened 7 years ago

papamarkou commented 7 years ago

Consider dropping the Basic prefix from the various types that carry it, such as BasicContMuvParameter for example, in order to reduce the amount of typing. One easy solution is to prefix abstract types by Abstract, along the lines of AbstractString.