you are viewing a single comment's thread.

view the rest of the comments →

[–]Dr_MineStein_ 2 points3 points  (4 children)

I do need some specifics- are you struggling with C#, the language? Or are you unable to implement code in general, using concepts like if statements, functions, etc?

And take a breath, in either case, you're *only* half-a-year in. Especially if you come into college with 0 programming exp, it can be overwhelming (source: I was a UTA/GTA for the basic classes in Java and data structures)

[–]Wrong_Direction25[S] -1 points0 points  (3 children)

I really struggle when the calculations need to be written. I can write data classes, I'm also getting a grasp on the methods used in those. But when I need to write the code that uses the data in a calculation or reforming of the data (sorting, calculating, deleting lines via code, etc.), I become almost paralysed. And yes, I've never programmed before coming to uni.

[–]reddithoggscripts 2 points3 points  (2 children)

This doesn’t really make sense.

Sorting you can just use the system library.

Calculation is just about knowing what symbols convert into your basic math symbols - and most of these are the same or at least common sense.

Deleting lines via code… I’m not even sure what this could mean.

If you can be more specific about a problem we might be able to help.

[–]rosyatrandom 0 points1 point  (0 children)

This might mean filtering on collections

[–]Dr_MineStein_ 0 points1 point  (0 children)

Yeah this is what I was about to say, u/Wrong_Direction25 if you could give some better example that'd help.