I believe is a good thing. You are becoming more of a functional programmer. The philosophy behind a class was encapsulating a mutable state and provide methods/actions to mutate that state. That philosophy brings pain with it, modern practices point out that is better modeling your program as a set of functions that process/produce immutable state, less prone to errors and bugs.