What's your preference for creating literal data-structures?
|
|
9
|
336
|
February 22, 2025
|
Coding style in unary operator overloading
|
|
6
|
125
|
December 17, 2024
|
Naming variables and constructor functions
|
|
4
|
89
|
August 15, 2024
|
JuliaFormatter for imports / using
|
|
3
|
258
|
March 18, 2024
|
Coding style - upper or lower case for enum elements?
|
|
0
|
208
|
December 3, 2023
|
Should Julia have a recognized set of language specific metasyntactic variables?
|
|
11
|
631
|
November 27, 2023
|
Any reason to prefer `::Type{T}` over `T::Type`?
|
|
4
|
552
|
September 1, 2023
|
Style: include tests in source files?
|
|
5
|
647
|
August 24, 2023
|
Getter function naming: Consider avoiding nouns
|
|
2
|
425
|
July 20, 2023
|
Why does BlueStyle do this?
|
|
14
|
953
|
December 20, 2022
|
How to make a function store data to avoid repeating computation
|
|
45
|
1802
|
October 17, 2022
|
SciML Style: A Style Guide for Stylish Julia Programmers
|
|
14
|
2169
|
May 31, 2022
|
How do I make an histogram with no vertical edges between bars in Plots.jl?
|
|
2
|
879
|
May 7, 2022
|
Is it bad style to write `a = foo()` instead of `a, _ = foo()`?
|
|
4
|
523
|
May 18, 2021
|