Asriela
Seeking Advice on Simplifying a Class with Multiple Operations on Data Pairs
This memory.cs class is a mess, is there a way to structure my code so that accessing data structures dont look so messy? Thank you in advance.
https://gist.github.com/Asriela/d69bf1028644c1a3d5f5bef771727807
16 replies
Help with test results
Hi everyone, I failed a technical interview test and would like to understand my mistakes better.
I was told I need to improve in the following areas:
1. Code documentation : In my repo you can see I did my commits and while I feel I wrote good commit comments, I am trying to understand what it is that I did wrong here.
2. Design patterns : I don't understand how I was suppose to implement design patterns in questions that asked for very basic code implementation and how and where I was suppose to implement design patterns.
3. Unity-specific optimisations: I don't understand where I would have implemented optimisations with such limited code requests.
Thank you for any help you can provide.
Here is the repo: https://github.com/Asriela/Test
6 replies
Nuget issue
Hi I have asked this question in godot but they dont know and say its a visual studio/dot net issue, so I am asking here. i have also been having this problem on and off for a few months so I decided maybe i need to post his here to try and fully solve it. The error is that I am getting, on build of the c# code: unable to load the service index for source https://api.nuget.org/v3/index.json But only on my one c# godot project
3 replies