Atsushi NakatsugawaLet’s use go vet, the standard tool for analyzing Go’s source codeUsage of Go is increasing within the company. Due to it being a compiler as well as a static type language, one of its key features is fast…Aug 8, 2017Aug 8, 2017
Atsushi NakatsugawaLet’s use bundler’s outdated command to check old Gemfile librariesIn Ruby projects, it is standard to use Bundler to manage dependent libraries. Installing the library is easy, but if you don’t keep…Jul 25, 2017Jul 25, 2017
Atsushi NakatsugawaEspecially recommend rails_best_practices that teaches you to write code using the Rails Way for…When developing systems that use Ruby on Rails, carrying out that development in accordance with a method called the Rails Way enables the…Jul 20, 2017Jul 20, 2017
Atsushi NakatsugawaCoffeeLint, Static Analysis Tool Review Your CoffeeScript CodeThere is no shortage of people who find it difficult to write pure JavaScript. Lots of curly brackets, as well as regular brackets end up…Jul 18, 2017Jul 18, 2017
Atsushi NakatsugawaUse scss-lint for SCSS static analysis and improving SCSSWhen hearing the word code review, it may seem like a system for programs, but that is in fact not the case. Code reviews can be useful for…Jul 13, 2017Jul 13, 2017
Atsushi NakatsugawaIf you’re using Haml, let’s do a simple code review using haml-lintHaml is a markup language mainly used in Ruby on Rails. It can be described as having less descriptors than ERB, the standard template…Jul 12, 2017Jul 12, 2017
Atsushi NakatsugawaAutomatically check JavaScript code using JSHintIn JavaScript, there can be many possible implementations for solving the same problem. There are also many ways for source code to become…Jul 11, 2017Jul 11, 2017
Atsushi NakatsugawaUsing Brakeman prevents security incidents with Rails projectsIn this article, we discuss about Brakeman. After the introduction of Rails, Ruby started to be used for web development the world over…Jul 6, 20171Jul 6, 20171
Atsushi NakatsugawaLet’s use the TypeScript static code analysis tool TSLint to check the code prior to the code…There are quite a few people in the team who dislike using JavaScript as it is. Common reasons include difficulties in defining types…Jul 5, 2017Jul 5, 2017
Atsushi NakatsugawaUtilize gometalinter which can parallel execute wholly, all kinds of Linter for the Go languageMany programming languages have a tool which you could call Linter, that performs the static analysis of its codes and outputs warnings…Jul 4, 2017Jul 4, 2017