haxegon / zeedonk

Haxegon + Puzzlescript = Zeedonk!
http://www.zeedonk.net
12 stars 2 forks source link

std vs convert #191

Closed increpare closed 9 years ago

increpare commented 9 years ago

convert does a lot of the things that std does - I'd recommend either fully wrapping the needed functions from std (int/float to/from strings, float->int) in convert, or ditching convert. I'd be slightly in favour of using convert, because it sounds nicer :)

TerryCavanagh commented 9 years ago

Huh: so, in theory, Convert does everything that Std does, or should do. What's missing, exactly?

increpare commented 9 years ago

You're right, it's not needed!

The only problem with convert is this one: https://github.com/increpare/terrylib_online/issues/84