AP Computer Science Principles with Swift Unit 3. Algorithms Introduction Day 170 An algorithm is a set of instructions for accomplishing a task. An algorithm is characterised by three processed: sequencing, selection and iteration. Sequencing Sequencing is the process through which a computer processes lines of code, going from top to bottom and executing eachContinue reading “Learning Swift — Days 170 to 179”
Tag Archives: Swift
Learning Swift — Day 166 to 169
AP Computer Science Principles with Swift Unit 2: Functions and Abstractions CONCEPTS Procedural Abstraction The key feature of abstraction is to hide, or encapsulate, the details of how something works. Each level of abstraction is dependent on and encapsulates the ones underneath it, but each of the tasks included in them can be developed andContinue reading “Learning Swift — Day 166 to 169”
Learning Swift — Day 165
AP Computer Science Principles with Swift 1.4 Playground Basics This will be a good, and hopefully quick, review. We should open the “PlaygroundBasics.playground” file and complete it. The first 6 pages were almost ridiculously easy and at the same time filled with that Apple prosaic rhetoric that you either love or loathe! The only interestingContinue reading “Learning Swift — Day 165”
Learning Swift — Day 164
Moving on after Hacking with Swift AP Computer Science Principles with Swift The learning part of this new journey starts here with this just released book by Apple. I will start it and, if it proves to be bad I will just drop it but I am too curious to let it slip and, mostContinue reading “Learning Swift — Day 164”
Learning Swift — Days 161 to 163
Hacking with Swift — Learning Project 39: Unit testing with XCTest Introduction This is the last project of the series and the next step will be alternating between learning new stuff, consolidating already known one and polishing existing projects to the point where I can really publish them! I have some ideas but I willContinue reading “Learning Swift — Days 161 to 163”
