Refactoring our code can be extremely tedious and repetitive, so much that sometimes we think it’s not worth it. However, many of these refactors can be automated. In this post, we’ll see how with 4 examples.
Refactoring our code can be extremely tedious and repetitive, so much that sometimes we think it’s not worth it. However, many of these refactors can be automated. In this post, we’ll see how with 4 examples.
Muchas veces en los proyectos nos encontramos con que queremos refactorizar código y vemos que por la cantidad de cambios que habría que hacer se convierte en una tarea tediosa y repetitiva que incluso podríamos descartar por la cantidad de tiempo que tendríamos que invertir. Muchos de estos refactors pueden ser programados y es lo que vamos a ver en este artículo con 4 ejemplos.