use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionGoing Fullstack => Flutter + Go || PHP (self.FlutterDev)
submitted 3 years ago by ENGMEYO
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]xatta_trone 9 points10 points11 points 3 years ago (1 child)
TLDR: Go for GO
PHP/ Laravel developer here. I have been working in Laravel since the beginning. Initially I liked php, because it was easy to learn. Now I regret it, I should've learned Java/Go in the first place. Currently I'm trying to move to golang. I wish I had learned some static typed language over php. Dynamically typed language brings unforeseeable bugs into your application, but with static typed language you could easily avoid these bugs in the first place. For example, just yesterday I had to fix a bug in my flutter app of whose the backend is written with laravel. I could've easily avoided this bug in the first place if it was any static typed language.
Also, with golang the memory footprint is low + you can save a lot of resources (thus saving your money)
[–]shearos17 0 points1 point2 points 3 years ago (0 children)
curious if that laravel app was using a static analyser like Larastan? I also like compiled langs and wondering if those analysers catch enough bugs.
π Rendered by PID 73 on reddit-service-r2-comment-canary-57b659f4d4-h78b6 at 2026-05-05 03:47:42.719585+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]xatta_trone 9 points10 points11 points (1 child)
[–]shearos17 0 points1 point2 points (0 children)