Explain dry in rails?



Explain dry in rails?..

Answer / Bharat Babu Agrawal

DRY (Don't Repeat Yourself) is a principle in software development that encourages avoiding redundancy. In Rails, the DRY principle can be applied to reduce code duplication and make applications more maintainable by creating reusable modules, classes, and methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

Tell me what is the function of garbage collection in ruby on rails?

1 Answers  


Explain bundler in rails.

1 Answers  


difference between form_for and form_tag

2 Answers  


write a program to show the usage of sql in the database file?

1 Answers  


What is rails migrations?

1 Answers  


What is the purpose of require_relative in ruby?

1 Answers  


how can you declare a block in Ruby?

1 Answers  


What are filters? and how many types of filters are there in ruby

2 Answers   Baidu, TCS,


What is the use of $ in ruby?

1 Answers  


What is rails migration? What can it do?

1 Answers  


What is the difference between delete and destroy ?

1 Answers  


How is direct different from render?

1 Answers  


Categories