<- Previous Log | Select Different Log | Next Log -> |
Searching from 2021-12-25 00:00:00 to 2021-12-25 23:59:59.999999. Query completed in 6.97 seconds [2021-12-25 21:16:04] -!- Z-Man changed nick to Guest9325 [2021-12-25 21:16:06] --> Z-Man has joined the channel [2021-12-25 21:20:05] <-- Z-Man has quit (Ping timeout: 256 seconds) [2021-12-25 21:21:16] --> Z-Man has joined the channel [2021-12-25 21:23:36] <-- Guest9325 has quit (Ping timeout: 480 seconds) [2021-12-25 23:17:36] <Lucifer_arma> I don't know when c++ added the auto keyword, but I'm already having a love/hate relationship with it [2021-12-25 23:18:04] <Lucifer_arma> I love the convenience. You do "auto somename = SomeFunctionThatReturnsAType()" and "somename" will be the correct type [2021-12-25 23:18:25] <Lucifer_arma> I hate how it makes the code less readable, though, because an explicitly typed language should require all types to be explicitly declared [2021-12-25 23:18:44] <Lucifer_arma> so when I read a line that contains an auto type, I have to go digging to find out what type it actually is [2021-12-25 23:18:46] <Lucifer_arma> so, love/hateView entire month