Defend technical choices in a project to a non-technical
December 11, 2017
Pass data to child components
December 13, 2017
 

Proficiency in unfamiliar, non-trivial technologies

 

Thursday, December 12th, 2017

Add a feature and fix a bug in an unfamiliar environment

For this example I will use my swift unfamiliar repo

https://github.com/prdesignwork/swift-unfamiliar-environment

In the objectives it requests three things:

  1. Make the score counter work.
  2. Make the score display on the page
  3. Make the second and third pokemons be randomly selected

After cloning the broken repo, I was able to open the xcode project and begin inspecting the file.

Next I was able to make the connections, and with the assistance of some of my classmates, I was able to get it working.

Swift is something I would like to learn more of.