Loading...
Loading...
Julia development guidelines covering multiple dispatch, type system, performance optimization, and scientific computing best practices.
npx skill4agent add mindrally/skills juliaprocess_datais_activesrc/data_processing.jl"""
process_data(data::Vector{Float64}, threshold::Float64) -> Vector{Float64}
Process input data by applying a threshold filter.
"""
function process_data(data::Vector{Float64}, threshold::Float64)
# implementation
end@kwdefshowdumpx <= 0 && throw(InvalidInputError("Input must be positive"))@views@threads@distributedTest@testset@test@test_throwsinclude