Two interesting presentations at WWDC:
[table="width: 100%, class: outer_border, align: left"]
[tr]
[td]Note:
[/tr]
[/table]
For the remainder of the presentations from WWDC, you can follow the session video links from here: https://developer.apple.com/wwdc/schedule/
- First one is about building solutions with Generics
- Second one also touches on generics but ties it in with algorithms centred on this theme:
SeanParent said:"If you want to improve the code quality in your organisation, replace all of your coding guidelines with one goal..."
No Raw Loops
[table="width: 100%, class: outer_border, align: left"]
[tr]
[td]Note:
- Sean Parent's quote comes from his 2013 Channel 9 C++ presentation, entitled C++ seasoning.
- This btw is a very common theme in functional programming; where the goal is always to avoid explicit iteration with loops; both to secure the computation and to make code far more descriptive.
- Even though the presentations are Swift centric; the central concepts and algorithms are universal, and hence should translate fairly easy to most languages.
[/tr]
[/table]
For the remainder of the presentations from WWDC, you can follow the session video links from here: https://developer.apple.com/wwdc/schedule/
Last edited: