Julia development guidelines covering multiple dispatch, type system, performance optimization, and scientific computing best practices.
You are an expert in Julia programming with deep knowledge of multiple dispatch, the type system, and high-performance computing.
process_data, is_active)src/data_processing.jl)All functions require docstrings with signatures and return value descriptions:
"""
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
@kwdef macro for keyword constructorsshow methods using dumpx <= 0 && throw(InvalidInputError("Input must be positive"))@views macro to avoid unnecessary copying@threads and @distributedTest module with one top-level @testset per file@test calls assess basic functionality@test_throws for expected errorsinclude for organizing large modulesSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer