minus-squareweird@sub.wetshaving.socialtoProgrammer Humor@programming.dev•Why make it complicated?linkfedilinkarrow-up8arrow-down1·1 day agoThere is also the thing where the compiler might mistake your c++ style variable declaration for a function, e.g. String myfunction(): String myvariable(); linkfedilink
There is also the thing where the compiler might mistake your c++ style variable declaration for a function, e.g.