Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 5, 2021 01:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save icebeam7/f7b780eea1154ed857d25c52ce7d91e5 to your computer and use it in GitHub Desktop.
public class Student
{
public string Id { get; set; }
public string Faculty { get; set; }
public string Name { get; set; }
public int Semester { get; set; }
}
@jasicarose75
Copy link

and what is it?

@jasicarose75
Copy link

The title is not clear either.

@jasicarose75
Copy link

jasicarose75 commented Jun 16, 2023

Looks interesting, but I need help figuring out what it does and what it was written for. Perhaps I missed some context or missed comments explaining its functionality. And the name reminded me of student life when I was just starting to learn programming. Back then I combined my studies and I remember being asked to read a rose for emily, I found https://edubirdie.com/examples/a-rose-for-emily/ for that. Because there was no time. In general, write someone what it is! If anyone can help figure it out, I'd be very grateful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment