@wallhackio What's IIFE?
@vaporeon_ Immediately-Invoked Function Execution! (some people pronounce it as "iffy", I just say "eye eye eff ee")
It's a function that you declare and execute simultaneously :D
@wallhackio Is that a C++ thing or is that also possible in C? Can give me an example, maybe? (I still don't really get it, but that's probably because words are hard and I'm eepy, and I'll get it once I see an example...)
@vaporeon_ A more practical example I ran into occurred when I implemented an HTTP/HTTPS request library. Internally I used a recursive IIFE to automatically redirect response with 3xx status codes