Our great sponsors
-
My current practice : I compare the different "awesome" sites : https://github.com/avelino/awesome-go , https://github.com/vinta/awesome-python , https://github.com/markets/awesome-ruby but I wonder if there is a better method.
-
My current practice : I compare the different "awesome" sites : https://github.com/avelino/awesome-go , https://github.com/vinta/awesome-python , https://github.com/markets/awesome-ruby but I wonder if there is a better method.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
My current practice : I compare the different "awesome" sites : https://github.com/avelino/awesome-go , https://github.com/vinta/awesome-python , https://github.com/markets/awesome-ruby but I wonder if there is a better method.
-
Another example: code formatters. You mention gofmt (which you incorrectly put next to Ruby even though it's for Go)... There are lots of code formatters for Ruby, even if you only consider ones directly inspired/influenced by gofmt. A quick google turned up at least three of those: https://github.com/pariz/rubo-format, https://github.com/penelopezone/rubyfmt, and https://github.com/ruby-formatter/rufo. I'm pretty sure rubocop is used in Ruby more than any of those, but rubocop is less directly influenced by gofmt. So what do you choose? The project(s) that's more closely analogous? Or the more popular formatter?
-
Another example: code formatters. You mention gofmt (which you incorrectly put next to Ruby even though it's for Go)... There are lots of code formatters for Ruby, even if you only consider ones directly inspired/influenced by gofmt. A quick google turned up at least three of those: https://github.com/pariz/rubo-format, https://github.com/penelopezone/rubyfmt, and https://github.com/ruby-formatter/rufo. I'm pretty sure rubocop is used in Ruby more than any of those, but rubocop is less directly influenced by gofmt. So what do you choose? The project(s) that's more closely analogous? Or the more popular formatter?
-
Another example: code formatters. You mention gofmt (which you incorrectly put next to Ruby even though it's for Go)... There are lots of code formatters for Ruby, even if you only consider ones directly inspired/influenced by gofmt. A quick google turned up at least three of those: https://github.com/pariz/rubo-format, https://github.com/penelopezone/rubyfmt, and https://github.com/ruby-formatter/rufo. I'm pretty sure rubocop is used in Ruby more than any of those, but rubocop is less directly influenced by gofmt. So what do you choose? The project(s) that's more closely analogous? Or the more popular formatter?
-
In JavaScript, there are several options. The whole ecosystem moves so fast that I have no idea what is the most popular these days. There's uglify-js, which is both a minifier and beautifier. There's also standard and, as you already have, there's prettier.
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
For Go, Delve is pretty popular.
-
For Ruby, Pry is popular and sometimes combined with pry-byebug for a more conventional stack navigation experience.
-
For Ruby, Pry is popular and sometimes combined with pry-byebug for a more conventional stack navigation experience.
Related posts
- A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
- A curated list of awesome articles and resources for learning and practicing Go and its related technologies (Contribution Welcome)
- A curated list of awesome articles and resources for learning and practicing Go and its related technologies (Contribution Welcome)
- GitHub - mehdihadeli/awesome-go-education: A curated list of awesome articles and resources for learning and practicing Go and its related technologies. Contribution Welcome :)
- DEBUG A KUBERNETES OPERATOR WRITTEN IN GO