Naming variables and constructor functions
|
|
4
|
68
|
August 15, 2024
|
JuliaFormatter for imports / using
|
|
3
|
241
|
March 18, 2024
|
Coding style - upper or lower case for enum elements?
|
|
0
|
196
|
December 3, 2023
|
Should Julia have a recognized set of language specific metasyntactic variables?
|
|
11
|
550
|
November 27, 2023
|
Any reason to prefer `::Type{T}` over `T::Type`?
|
|
4
|
538
|
September 1, 2023
|
Style: include tests in source files?
|
|
5
|
583
|
August 24, 2023
|
Getter function naming: Consider avoiding nouns
|
|
2
|
411
|
July 20, 2023
|
Why does BlueStyle do this?
|
|
14
|
877
|
December 20, 2022
|
How to make a function store data to avoid repeating computation
|
|
45
|
1703
|
October 17, 2022
|
SciML Style: A Style Guide for Stylish Julia Programmers
|
|
14
|
2081
|
May 31, 2022
|
How do I make an histogram with no vertical edges between bars in Plots.jl?
|
|
2
|
807
|
May 7, 2022
|
Is it bad style to write `a = foo()` instead of `a, _ = foo()`?
|
|
4
|
520
|
May 18, 2021
|