vote up 2 vote down star
1

Implementing agile in projects requires the ability to do refactoring. It is not really a must, but code refactoring has proven to be a good engineering practice.

In an agile (Scrum) project on the iSeries platform, which requires development (new code and modifications to legacy code) in RPG, RPG LE, is it possible to implement refactoring? If so what are the techniques to do it?

If someone who has tried it could share their experience or just point to references, I would greatly appreciate it.

flag

just want to clarify, I don't believe that refactoring of RPGLE is not possible. Refactoring became popular and is closely related to object oriented languages. It doesn't mean that it could not be applied to non OO, but it will be more difficult and much limited. Here I just want to validate my thoughts. – albert green Oct 17 at 21:05

1 Answer

vote up 3 vote down check

Refactoring can be done on a wide variety of languages, whether OO or not. See Refactoring for a discussion on refactoring from a language agnostic point of view.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.