Coding style - upper or lower case for enum elements?
|
|
0
|
67
|
December 3, 2023
|
Should Julia have a recognized set of language specific metasyntactic variables?
|
|
11
|
410
|
November 27, 2023
|
Any reason to prefer `::Type{T}` over `T::Type`?
|
|
4
|
319
|
September 1, 2023
|
Style: include tests in source files?
|
|
5
|
261
|
August 24, 2023
|
Getter function naming: Consider avoiding nouns
|
|
2
|
177
|
July 20, 2023
|
Why does BlueStyle do this?
|
|
14
|
631
|
December 20, 2022
|
How to make a function store data to avoid repeating computation
|
|
45
|
1336
|
October 17, 2022
|
SciML Style: A Style Guide for Stylish Julia Programmers
|
|
14
|
1616
|
May 31, 2022
|
How do I make an histogram with no vertical edges between bars in Plots.jl?
|
|
2
|
509
|
May 7, 2022
|
Is it bad style to write `a = foo()` instead of `a, _ = foo()`?
|
|
4
|
440
|
May 18, 2021
|