• Few static analysis tricks to bulletproof your application

    Updated: 2023-04-28 09:17:58
    Articles Topics All Articles Domain-Driven Design Testing Ruby on Rails React JS Async Remote Piotr Jurewicz April 28, 2023 improve this article ruby rails static analysis Few static analysis tricks to bulletproof your application and check why 5600+ Rails engineers read also this Few static analysis tricks to bulletproof your application Static analysis is the process of examining code without executing it to identify potential issues and improve its quality . By employing valuable static analysis techniques , you can enhance your application's reliability . In this article , I discuss three practical techniques that can help you resolve issues in your . codebase Badly named tests Recently , while tracking down unused code in our client's application , We came across a RSpec test that

  • The most important boundary in your app

    Updated: 2023-04-17 08:52:52
    Articles Topics All Articles Domain-Driven Design Testing Ruby on Rails React JS Async Remote Piotr Jurewicz April 17, 2023 improve this article rails framewrok The most important boundary in your app and check why 5600+ Rails engineers read also this The most important boundary in your app Recently , we continued working on the update I referred to in my previous post When planning an update from Rails 4.2 to Rails 5.0 and then to Rails 5.1, I realized again how crucial it is to avoid coupling your application to the framework's internal . details Introduction To illustrate the importance of decoupling , let's look at the changes in ActionController : Parameters in Rails 4.2 to 5.1. Rails 4.2 In Rails 4.2, ActionController : Parameters were a subclass of Ruby's core Hash class , making it

Current Feed Items | Previous Months Items

Mar 2023 | Feb 2023 | Jan 2023 | Dec 2022 | Nov 2022