Swift and using class extension

Question or problem in the Swift programming language: I don’t understand why programmers use the extension keyword in their class implementation. You can read in other topics that code is then more semantically separated and etc. But when I work with my own code, it feels clearer to me to use // MARK – Something. […]

Continue Reading