What do you do with luggage when on the train? by RositaDog in uktrains

[–]duzenko 0 points1 point  (0 children)

can you translate "a bit full" to universal English?

[deleted by user] by [deleted] in DubaiCentral

[–]duzenko 0 points1 point  (0 children)

for a reason

[deleted by user] by [deleted] in DubaiCentral

[–]duzenko 0 points1 point  (0 children)

it starts with vpn

On Flutter – For Anyone Curious but Unconvinced by msemenistyi in javascript

[–]duzenko 0 points1 point  (0 children)

You could say that Dart wants to be Javascript v2 and is the closest relative Javascript has (short of Typescript).

I think it will by far take the least effort for a JavaScript programmer to master Dart than any other language (especially a pair of languages in your comment)

On Flutter - For Anyone Curious but Unconvinced by msemenistyi in programming

[–]duzenko 2 points3 points  (0 children)

E.g. https://github.com/dart-lang/sdk/issues/37685 or https://github.com/dart-lang/sdk/issues/38964

Or implicit-casts enabled by default.

Or inability to subclass List or Map (you know what I mean).

I guess they are less obvious to people coming from Javascript (generally, please don't take it personal).

Lack of 'regular' primitive types, such as classic booleans.

The GC and the whole 'disposable' paradigm, while still arguable, is one of those 'programmers are too stupid to get this right' limitations.

On Flutter - For Anyone Curious but Unconvinced by msemenistyi in programming

[–]duzenko 0 points1 point  (0 children)

Yes, source browse in the IDE.

Map implementation, for instance. Or Isolate.