[go: up one dir, main page]

Menu

#616 Cleanup header files - move private properties to implementation

iphone_1.10
open
nobody
None
4
2020-07-11
2017-09-29
No

Refactoring and cleanup. We have declared all private attributes of our classes in the header files. This seems no longer needed.
The declaration of private attributes should be encapsulated into the implementation files. And maybe we don't need them at all, declaration as property is maybe enough.

Discussion

  • Christa Runge

    Christa Runge - 2017-09-29
    • summary: Cleanup header files --> Cleanup header files - move private properties to implementation
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,2 @@
     Refactoring and cleanup. We have declared all private attributes of our classes in the header files. This seems no longer needed.
    -The declaration of private attributes should be encapsulated into the .m files. And maybe we don't need them at all, declaration as property is maybe enough.
    +The declaration of private attributes should be encapsulated into the implementation files. And maybe we don't need them at all, declaration as property is maybe enough.
    
     
  • Christa Runge

    Christa Runge - 2020-07-11
    • Priority: 5 --> 4
     

Log in to post a comment.