top of page
Search

Catching up with C#

  • Writer: Tom Walat
    Tom Walat
  • Mar 18, 2022
  • 1 min read

Today I worked more on my dummy ONI mod, looking at other, well established, modder's repos and tried to understand more about patching into the game through Harmony 2.0.

There is actually a modders library that I could use, saving me from a lot of the hassle, but before I do that, I want to understand what it does a little bit more. Furthermore, going through the process of trying to understand it all (although at times feeling like I'm banging my head against a wall) is getting me to refresh on C# - what's new nice I first learned it, what conventions are now used, etc.

Some of the things I have learned more about are: Lambdas, delegates, variable type var (and when to best use them), and that despite my professor's dislike for early returns they are used and useful.

 
 
 

Recent Posts

See All
Updating LinkedIn

Today I updated parts of LinkedIn - the experience and skills sections, as well as took quizzes (C++, C#, Unity, Agile, HTML, Git) - was...

 
 
 
Games Job Fair Day 1-3

Over the last three days, I attended the games job fair. It's mainly focused on Baltic countries, especially Finland (since that's the...

 
 
 

Comments


COPYRIGHT © TOMASZ WALAT 2022

bottom of page