misteu / VocabularyTraining

Simple vocabulary Trainer written in Swift
Apache License 2.0
22 stars 15 forks source link

[Open Task] Replace storyboard for `LanguageScreenViewController` with code. #21

Closed misteu closed 1 year ago

misteu commented 1 year ago

GOAL

LanguageViewController's storyboard reference should be replaced with code. The view controller should be instantiated without the need of a storyboard.

WHY

Storyboards are hard to maintain.

ACCEPTANCE CRITERIA

PranjalDev commented 1 year ago

Hello, I picked up that task. can you assignee it to me?

misteu commented 1 year ago

Hi @PranjalDev Thanks for your interest! Sure, I assigned it to you. :)

Feel free to ask any questions if you need help anywhere!

PranjalDev commented 1 year ago

Created an PR for this: https://github.com/misteu/VocabularyTraining/pull/27

misteu commented 1 year ago

Thank you looks great so far!

I left a small comment there, I will quickly merge after you updated that.