Let’s share what is the best answer to this interview question.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
DRY is an engineering term that stands for ‘Don’t Repeat Yourself’. It encourages the engineering theory or concept that by reusing code, systems don’t become bloated. This can result in the development and sharing of libraries or code snippets, which would then results in lightweight applications that can scale.