Completed
Beware of "as"
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Migrating from Flex to FlexJS - Techniques and Challenges
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What kind of name is "Harbs"?
- 3 How Easy Is Migration?
- 4 Why FlexJS?
- 5 How do I know? Migrations done
- 6 How long did they take?
- 7 Challenges
- 8 What works and What doesn't Works
- 9 Where to start? 1. Use an IDE
- 10 Concentrate on making the code compile
- 11 Create "dummy" classes
- 12 Advantages of dummy classes
- 13 Reattach the view
- 14 Rebuild Components
- 15 Rework "dummy" classes
- 16 Most Difficult Part
- 17 Circulars
- 18 Static const and initialized vars
- 19 Beware of "as"
- 20 Internal classes Generally work
- 21 Copying assets
- 22 Minification issues