15 Commits (b484be9ac16576b0dd4cd25506bc95dd32a1da93)

Author SHA1 Message Date
lording d2d3dfa277 var to const when posssible 1 year ago
Arya-Elfren 3612c67f04 Simplify methods explanation in 047 1 year ago
Arya-Elfren 18f69f5634 Clarify the methods syntax sugar & a bit more
I think it's a bit clearer to show exactly what the syntax sugar of methods is, because that's all it is. Every function in Zig is in a struct (files are structs after all) and methods just simplify their use.

I also thought we might use the explicit saturating subtraction as that is why the feature is in Zig.
1 year ago
Chris Boesch c34380e939 Merge pull request #191 from chrboesch/dev_1711
dev.1711 - switched to multi-object-for-loops
2 years ago
Chris Boesch e7326dc5f9 dev.1711 - switched to multi-object-for-loops 2 years ago
Chris Boesch b409387dc8 removed unnecessary self pointer 2 years ago
Dave Gauer 4ce16782d0 Merge pull request #112 from nahuakang/ex047-reference
Edit comment to specify `for reference`
2 years ago
Dave Gauer dee6a96ddf Correct conventional Zig reference vs value passing re #89 2 years ago
Nahua 828f96c62c Update comment per feedback 2 years ago
Dave Gauer c3c610acf0 Update ex 047 comment and patch 2 years ago
Nahua Kang 27fde06d56 Edit comment above a for loop by reference line 2 years ago
Jonathan Lopez 955bf3eead Create new HeatRay struct to combat aliens 2 years ago
Dave Gauer 065d409d0e Update 047_methods.zig 3 years ago
Roman Frołow 204146261c Prevent error "cast discards const qualifier" 3 years ago
Dave Gauer 0956f1839f "999 is enough for anybody" triple-zero padding (#18)
When I hit 999 exercises, I will finally have reached the ultimate
state of soteriological release and no more exercises will be needed.
The cycle will be complete. All that will be left is perfect quietude,
freedom, and highest happiness.
4 years ago