News
Railway Oriented programming in Ruby: do notation vs dry-transaction
Railway oriented programming is a design pattern which helps ushandle errors in our applications. Instead of relying on exceptions,we design our data and functions in a specific way. Since applicationsare essentially just a combination of steps, w...