10

After two months of working on the new version I've finally decided to compile everything. I must say I was pretty confident that everything would compile pretty well.
I've never been so wrong in my life xD

Comments
  • 11
    Wtf - you waited 2 *months* before compiling?! My code often won't compile after 2 minutes of editing (well, it wouldn't if I didn't have IDE hints telling me where I'd made stupid mistakes.)
  • 2
  • 0
    @almon@AlmondSauce I waited so long because I didn't work too much on it and there was no point in compiling the project halfway through the changes :)
  • 2
    @RanterPro Wut? There's no point in compiling a project in the middle of changes? Dude... Unless the compilation takes 8h or so, compile after finishing every method.
  • 0
    @piehole it doesn't really work with C if you're refactoring basically everything...
  • 0
    Hopefully it's more modular after refactoring.
Add Comment