We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Sergio González
Hi there, A smallish announcement: I'm going to change Milton's license to GPL, with the possibili…
»
drjeats
Updated results, much appreciated :)
»
Rayalan Kenyon
#1 with grouping if I want certain arguments to go together only when the function call makes the …
»
D3zmodos
I usually use 3 or 4 depending on whether or not there is an obvious grouping of arguments.
»
Mārtiņš Možeiko
Line 114-116: are reading nBlockAlign in line 114, but it is set only on line 115. Same with wBits…
»
nakst
@Pseudonym Well, I'm glad to here you're still working on it!
»
nakst
@Todd For right now, I'm not actually really looking for assistance, as the project is too much in…
»
»
Jeroen van Rijn
I've wrapped the post in a code block (and removed the duplicate thread).
»
Mārtiņš Možeiko
Ok, then I'm out of ideas :) At this point loading shaders at runtime or doing meta-programming fo…
»
Andrew Bromage
It's not dead, but the more the merrier. FYI, I used GRUB for the bootloader, because I've written…
»
Mārtiņš Možeiko
please use [code] bbtags when you are posting large amount of code. Or put it in gist.github.com o…
»
drjeats
Thanks Ben :) One more tally for number 1! (I also moved the results up to the first post)
»
Ben Visness
I use #1. Any function call with so many arguments I need to break it usually deserves line commen…
»
PiedPiper
//TWO TYPES OF STATIC VARIABLES #define internal static #define local_persist static #define glo…
»
drjeats
Thank you so much everyone :)
»
Todd
What type of "assistance" are you looking for? Just curious because I like OS stuff and I'll have …
»
Allen Webster
Yep the current support for other languages is very experimental and Rust was the test case that p…
»
Benno
oh, and by linux i mean debian 'stretch'
»
Benno
Hi, just wanted to report that when i open a rust file (.rs), and enter # + any alphabetic charac…
»
Simon Anciaux
But at that point wouldn't it be simpler to use shader files and load them at run time ? Edit: Thi…
»
Simon Anciaux
I use 4coder line wrapping so it's displayed as 4 but the file doesn't get any new lines. When I d…
»
Neo Ar
I tend to do #1 or #3 and usually only if it is over 80 chars as a single line
»
Neo Ar
I think what Telash is proposing essentially does specify the upper-bound. A "v7" on modern platfo…
»
Raytio
Good write up. Thanks for laying this info out. I hope we can get things like archived someday i…
»
Asaf Gartner
I usually do #1 when there are lots of arguments or when I want to comment on one or more of the a…
»
Mārtiņš Možeiko
I use combination of 4 and 5. I don't align arguments much, but I group them depending on what the…
»
drjeats
Thanks guys! Watch me make a languages with tuples, but no sized arrays type..jk. xD I'm not certa…
»
Oswald Hurlem
Unless the arguments lend themselves to obvious groupings, such as The more "modern" the language,…
»
Mikael Johansson
I always do nr4. Nr3 is fine to. The rest looks weird to me.
»