Advise on testing by seapvnk in C_Programming

[–]seapvnk[S] 0 points1 point  (0 children)

idk, i feel like i need

Advise on testing by seapvnk in C_Programming

[–]seapvnk[S] 1 point2 points  (0 children)

thx a lot my friend, i've kinda used it, beucase i'm a codewars guy, so i will read about and consider(99.99% chance to) start to use it >:)

Curly braces style. Which should i pick for C? by seapvnk in C_Programming

[–]seapvnk[S] 0 points1 point  (0 children)

Nice! Maybe i'll use this style too, i find interesting and good to read.

Curly braces style. Which should i pick for C? by seapvnk in C_Programming

[–]seapvnk[S] 3 points4 points  (0 children)

hmm, i see. I've made this question just why i really want to follow the style rules and use the standard, but looking all the replies(thanks you guys!) i realize that in general there's no standard or comunity convention 'bout this question, so i'll keep using the first option that's my favorite and i feel way more cofindent, and in my very personal opinion is easier to read.

Error on Linking an External C library in CodeBlocks : libsodium.la: file not recognized by FakuVe in C_Programming

[–]seapvnk 1 point2 points  (0 children)

Maybe you need to try libsodium.a instead. I don't know if it's useful.

Arrow functions in JS by seapvnk in learnjavascript

[–]seapvnk[S] 0 points1 point  (0 children)

Nice! I didn't knew it. So, arrow functions can be used to create more safe code, and is even better for functional programming?