Billy Chan·Jun 27, 2019CodeNewb2Pro: Day013, InheritanceAll of us know half of the gene comes from mother, and the other half comes from father, that is the basic idea of inheritance. It should…
Billy Chan·Jun 23, 2019CodeNewb2Pro: Day012, DebuggingBug is annoying in real life, what’s more annoying for programmer is that we spend lot of time dealing with bug in programming! Killing…
Billy Chan·Jun 11, 2019CodeNewb2Pro: Day011, Pro Tips on Multi-Line Select & EditHave you ever try to modify some code repeatedly or even use find & replace all function? Here I introduce you multi-line select & edit…
Billy Chan·Jun 7, 2019CodeNewb2Pro: Day010, Readable Code Without DocumentationTo write readable code, comment and documentation are not the necessary component. How you structure the code is the core of readability…
Billy Chan·Jun 7, 2019CodeNewb2Pro: Day009, Comment & DocumentationOn a sunny afternoon, your friend call you up and ask for help on debugging the course assignment due at 12:59. Of cause you will say…
Billy Chan·Jun 2, 2019CodeNewb2Pro: Day008, Object-OrientedEvery things in our daily life are object, each associated with some unique properties and actions. Such as a person has properties like…
Billy Chan·Jun 1, 2019CodeNewb2Pro: Day007, For LoopHey, can you fold the star like origami for around 100 copies, filling the whole bottle with paper stars for me? Yeah… sure! It sounds…
Billy Chan·Jun 1, 2019CodeNewb2Pro: Day006, While LoopWhile the exam period still very far from now, as a college student, we often chilling and enjoying our time being a student. Doing…
Billy Chan·Feb 9, 2019CodeNewb2Pro: Day 005, If… Else… ConditionIf else condition is simple to understand, right? If u are hungry then, u eat, otherwise don’t bother to eat. However, we usually have more
Billy Chan·Jan 31, 2019CodeNewb2Pro: Day 004, Data TypesWhy bother to deal with multiple data types? Why not just treat all data as the same type? Oh, by the way what is data type?