Selina Lalau·Dec 9, 2020LambdaActions are type void and returns are type functions (or func). This is important to distinguish when using delegates. Lambdas allow you…
Selina Lalau·Dec 7, 2020Learning new logicLearning about delegates, events, and actions are practices of writing effective code. Delegates hold methods. In order to utilize a…
Selina Lalau·Dec 4, 2020IFormable<int>Today I learned about abstract classes, interfaces, and polymorphism. I found abstract classes to be very helpful being that it enables…
Selina Lalau·Dec 1, 2020EfficiencyAs I continue through the C# lessons, we dive deeper into different ways of writing code. I learned the difference between lists and…
Selina Lalau·Nov 25, 2020static vs. instantToday I learned about static members compared to instances. It is interesting because I have been using instant members throughout the…
Selina Lalau·Nov 24, 2020Monday in the bagToday, we got new teams. I am enjoying my team so far. My fellow interns are open and love to chat, and in a way they force me to talk…
Selina Lalau·Nov 20, 2020C#Today was a quite interesting. There are truly limitless possibilities to writing code and troubleshooting. I came across a few issues…
Selina Lalau·Nov 19, 2020Spawning BehaviourSo today, I decided that I needed to review the end of the shooting and enemies courses. I had been through them, but wasn’t feeling at…
Selina Lalau·Nov 18, 2020Seek & DestroyAs I am creating my own game through code, I am realizing how much technical logic is behind mainstream video games such as Call of Duty…
Selina Lalau·Nov 16, 2020Burning the midnight oilTime flies when you are learning and troubleshooting code. One minute it’s 11pm and all of a sudden you warp into 5am.