Mateus Felipe

1K posts

Mateus Felipe banner
Mateus Felipe

Mateus Felipe

@mateusfccp

28 anos. Teólogo. Adventista do Sétimo Dia. Web dev, game dev, mobile dev.

Katılım Nisan 2010
119 Takip Edilen67 Takipçiler
Mateus Felipe
Mateus Felipe@mateusfccp·
@ryukinix É só porque é chato. Escrever teste é chato. Lidar com gente em code review é chato. Fazer pair programming com aquele seu colega que não consegue fazer nada sozinho e depende de você é chato. Mas não dá para dizer que não é importante.
Português
0
0
0
15
Manoel V. Machado
Manoel V. Machado@ryukinix·
Twitter: - code review é superestimado - testes automatizados são desnecessário e filosóficos - pair programming é intrusivo Ninguém mais tem time que preste aqui não? 🤔😐 Solo Coders? Freelance com time de um cara só? CTO de MEI? Carai hein. Parabéns.
Português
11
0
57
2.6K
xandeco telecoteco
xandeco telecoteco@XandeReformed·
@TahaTesser but if i want do add a divider, or any other widget? Just like ListView.separeted
English
2
0
0
121
daanksy
daanksy@daanksy·
Whaaat, why doesn't google docs have auto-hyphenation for justified docum- ents. This seems absurd. @googledocs
English
3
0
2
219
Mateus Felipe
Mateus Felipe@mateusfccp·
@dillonthedev @mraleph This is something that bugs me off... I think for macros they should have gone in a direction like Rust or Julia instead of simply meta annotations. mraleph himself proposed a quoting syntax that would help with this, but it didn't get any traction.
English
0
0
0
115
Slava Egorov
Slava Egorov@mraleph·
What's your biggest issue with Dart? Hit me with everything - here or in the DMs.
English
84
13
105
25.2K
Mateus Felipe
Mateus Felipe@mateusfccp·
@mraleph @AhmedMozaly Well, it was already supported to some se se, although we didn't have exhaustion. When people say this they are usually referring to a terser syntax. This problem could be at least mitigated with primary constructors.
English
0
0
0
58
Slava Egorov
Slava Egorov@mraleph·
@AhmedMozaly First class discriminated unions have just shipped in Dart 3 - that's what sealed class families are for.
English
1
0
2
189
Eugene Kuleshov
Eugene Kuleshov@euxx·
@mraleph @passsy Right. Though I was thinking more of how to express a non-growable but non-const list literal without going though something like List.of([1,2,3], growable: false)
English
1
0
0
37
Mateus Felipe
Mateus Felipe@mateusfccp·
@mraleph @OrestesGaolin Could we handle it similarly to how we do with conflicts in types in our own libraries? That is, with `as` directives? I'm pretty sure there's an issue about this in the Dart language repo
English
0
0
0
14
Slava Egorov
Slava Egorov@mraleph·
@OrestesGaolin That's just very hard to make work in a statically typed language with a flat global namespace for types - you have the same type X in pkg v1 and X in pkg v2 - what happens if you pass it from one library to another? (type X can also leak through dependents of pkg v1/v2)
English
2
0
0
241
Mateus Felipe
Mateus Felipe@mateusfccp·
@mraleph @passsy Will it replace Flutter's one? Or will Flutter apps keep using what we are using today?
English
0
0
0
6
Slava Egorov
Slava Egorov@mraleph·
@passsy We are adding support for resource bundling as part of native assets, tracked by github.com/dart-lang/sdk/… - it will work for any Dart package (not just Flutter) add your use cases to the bug to make sure we hit them.
English
1
0
3
173
Mateus Felipe
Mateus Felipe@mateusfccp·
@BRI_GC Is there any idea of releasing this volume as an eBook? I have both volume 1 and 3, bought from Amazon, but this one is missing.
English
0
0
0
4
Mateus Felipe
Mateus Felipe@mateusfccp·
@ngtv_bg E desde quando usuários de JS são profissionais?
Português
0
0
0
6
Mateus Felipe
Mateus Felipe@mateusfccp·
@jonkellerdev The first one I used was RPG Maker XP. It was also what introduced me to programming, which is what I do daily now. Such good times!
English
0
0
0
46
Jon Keller (Hire me for pixel art work!)
This is the first engine I ever used. It still goes crazy hard. Shed your notions what a modern engine needs and create some art NOW
English
2
2
17
2.8K
Bruno Bertagnoli
Bruno Bertagnoli@opequenobr·
@amdre_young Calma, o não é o sim? porque se o não for o sim e o sim for o não, as pessoas votaram o não achando que sim mas na vdd o não é o sim, sendo assim quem votou não é valido como sim e sim como não.
Português
3
0
4
593
Mateus Felipe
Mateus Felipe@mateusfccp·
@timsneath Glad I could share some knowledge about Dart with you. It's great to see even experts can learn new things in this constantly evolving field. Let's keep pushing the boundaries and improving together as a community!
English
0
0
3
315
Mateus Felipe retweetledi
Tim Sneath
Tim Sneath@timsneath·
Even after five years of working on/with Dart, I still learn new things. Today, someone in the community taught me about generic extensions: #implementing-generic-extensions" target="_blank" rel="nofollow noopener">dart.dev/guides/languag…. Thank you, @mateusfccp! #dart
Issaquah, WA 🇺🇸 English
13
14
145
21.6K
Bob Nystrom
Bob Nystrom@munificentbob·
Lispers: Lisp is the most beautiful language, so elegant that it wasn't so much created as discovered, as timeless as mathematics itself—which it of course is. Lisp: LOL my two most common functions are named after CPU instructions from a weird-ass chip that IBM made in the 50s.
English
17
50
830
0
Mateus Felipe
Mateus Felipe@mateusfccp·
@CptPixel Just by looking the code (I didn't test) I would expect that the code is ran twice.
English
0
0
0
0
Mateus Felipe
Mateus Felipe@mateusfccp·
@kevmoo I am sorry, but you can't fix what's not broken 🤣🤣
English
0
0
0
0
kevmoo
kevmoo@kevmoo·
On native (Dart) platforms 1 (int) != 1.0 (double). But they are identical in JavaScript (there is only one numeric type). We *used* to use this "quirk" to detect if Flutter was running in a browser. Not any more. 😎github.com/flutter/flutte…
English
10
8
125
0