DEV Community

Discussion on: What's the most inefficient thing you do?

Collapse
 
drbearhands profile image
DrBearhands

Back in university I was tinkering around with Unreal Development Kit for fun, I was making a framework for RTS games. UnrealScript had delegates. I'd just finished functional programming 101. Everything must be delegates! After stacking delegates on delegates I got the language to tell me 1+1=0.