Eero Tanskanen

Results 14 comments of Eero Tanskanen

Motivation that other languages have enums is lackluster. We need a motivation why ECMAScript should have an enum and more precisely, motivations for someone to use enums instead of existing...

I stumbled upon this same issue myself too. I actually think that explicitly set dependencies to prerelease versions should satisfy peer dependencies automatically (given the other version number matches). Since...

I've only done few simple modifications for some existing freezer-using code, so I don't have any real experience on it. I only read up on it and noticed that it...

This is more of a case of **optimisation** or **dead code elimination**. ``` let foo = 10; foo = /* InsanelyComplicatedAndIntensiveCalculationWithNoSideEffects. */ foo = 20; ``` A good JS engine...

@dg92 I strongly suggest you watch the following video on profiling / optimisations: [LXJS 2013 - Vyacheslav Egorov - Performance and benchmarking](https://www.youtube.com/watch?v=65-RbBwZQdU)

Interesting addition that I think is a fine addition after refinement. The TMLs get stuck if a sync strike is ordered out of range. They won't be able to fire...

The process to do It would work the same as normal capping: assisting the mex. The owner of mass storage would be the one who built it as teammates grant...

You might want to add a range and time-to-kill (for t3 bomber) and stats to that table. Also alpha damage is really important against t3 bombers. Ravagers have such long...

> Object-oriented programming as the most important paradigm for JS, it is reasonable to ask the committee to provide a complete solution and roadmap for JS all at once to...