Saturday, November 11, 2017

First step (part 5)

So, I'm stuck in the refactoring process. :)

I put work with database queries in a separate class. Now for some reason the program crashes when referring to the method that should return the last record from the database. At the same time, the testing method works fine, in which there are no mechanisms and logic.

I continue to study! :)

No comments:

Post a Comment

First step (part 6)

It was done! In the end, I understood why getters and setters are needed. And also, that the auxiliary class logic should be passed to the ...