Tag Archives: refactoring

Survival kit: Refactoring

Refactoring – improving the design of existing code. This is the title of Martin Fowlers book. This book is so fundamental, even the IDE-s (Integrated Development Environments) support refactorings. This is a screenshot of a refactoring context menu from IntelliJ: … Continue reading

Posted in basics, programming | Tagged , , , | Leave a comment

How to manipulate results from a stored procedure

I have just found this problem: I had a stored procedure and I had to change it slightly. The new stored procedure had to do the same stuff twice, with one slight difference. So I refactored the procedure. Originally it … Continue reading

Posted in programming | Tagged , , , | Leave a comment

Legacy coderetreat at Budapest

Yesterday I attended to the legacy coderetreat at Emarsys, organized by Athos and Devil. This is my fairly subjective summary. We’ve been working on the trivia codebase. First impression: This day was gonna be way too easy because the codebase … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment