top | item 44622045

(no title)

billmcneale | 7 months ago

Why is Zig so inconsistent in its syntax?

We see:

    pub fn implBy
Camel case

    (impl_obj: anytype) 
Snake case

    v_setLevel
Mix of camel case and snake case

    anyopaque
whatever that is

discuss

order

ww520|7 months ago

Function name in camel case. Variable and parameter in snake case.