10

Updating a legacy written by the ceo from swift 1.2 to swift 3.1
No storyboard, main controller with 2200+ lines of code and viewDidLoad method with 500+ lines of code.
Almost no comments and code is illisible.
Weeeee

Comments
  • 3
    Good luck 👍
  • 1
    @Kryptic0 thanks mate. The worst part is actually not converting to swift 3.1 but fixing the ui related bug for iphone 7+ and adding new features :(
    I think some components will be rewritten from scratch (or i will say f*** it and switch to react native 😂😂)
  • 1
    You can look at it rxswift and go swoft 4.0
  • 2
    Fuuuuuuck! When i.migrated from Swift 1.2 to Swift 2.0 I almost lost all my hair! Damn migrating to 3.1 will be a pain in the ass
  • 1
    @gitpush the real problem is not the migration, it took me only two days.
    My real problem is how the hell am i gonna add feature to all this spaghetti code.
    I can’t even begin to understand how the views are built 😢
  • 0
    @inukinator not worth it mate. I will finish this and move the views to react-native as soon as we have other features to add.
  • 0
    @tirrorex yup and with xcode things will be even worse :/
  • 1
    @gitpush the fun continue, discovering bugs and missing features in the prod app, have to fix it myself 😂😂
Add Comment