📢 ¡No te pierdas nuestro próximo Meetup de @flutter_ec! 🌍
📅 Jueves 25 de julio de 2024
🕖 19:00 GMT-5
🎤 @kranfix nos hablará sobre "WeakReference o, como Itachi diría, a tu referencia le falta odio".
¡Te esperamos! https://t.co/BAYzFzmY54 🚀
@FlutterDev@nlycskn@anelvro
First year university, I had an OOP professor.
He talked a lot about what's OOP and how it's different from procedural.
At the time I was learning C++ by studying the half-life SDK. So I shows him this code and asked him about it
https://t.co/EJx1Oza7Kn
He said it's not OOP. It's just procedural code that uses classes for high level code organization, nothing more.
He made claims about this kind of code being near impossible to maintain.
He also said it's outragous that a single class has nearly 5000 lines.
@goenning The same problem you'll have if you use jsonrpc.
Status codes doesn't mind in graphql. But if you want the right status code, it is possible. Your framework must have an error interceptor.
@wolfenrain Flutter compiled to JS can be split into multiple chunks to accelerate parallel downloading, thus flutter web loads faster.
For WASM, it didn't try if possible. @BrianSalvattore did you try it?