Coding4Engineers Book feedback #42
Mech-eng-au
started this conversation in
Coding for (Computational) Engineers
Replies: 1 comment
-
Thank you — I fixed the mistake in the book example! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Lin,
The book is really coming together! Every time I read a chapter, my understanding of both OOP (object-oriented programming) and C# improves, and I become more proficient with PicoGK.
I thought it would be helpful to open this discussion so that the computational engineering community can provide feedback and help you proofread the Coding4Engineers book.
Here's an example from your latest chapter (11):
When writing the constructor for the BasePlate class, you use
Vector
instead ofVector2
. This will result in aCS1729
error when Fixture.BasePlate is called (see screenshot below).As I'm new to programming, I apologize if my terminology isn't accurate. I hope that it makes sense anyway.
Beta Was this translation helpful? Give feedback.
All reactions