mad-java-ent-f21 / NoFlyTravelPlanner

Indie project to help people plan trips if they prefer not to fly.
0 stars 0 forks source link

Week 4 #4

Closed jvjohnson1 closed 3 years ago

jvjohnson1 commented 3 years ago

@pawaitemadisoncollege I think I have everything required for week 4 except the journal. As stated in email, not keeping a daily record of how far I'm falling behind is a conscious decision to protect my mental health.
Learned - that success in any field depends on finding the required information in an accessible format. Some websites are accessible and some are not. That reality means that it takes me longer to find some details because the most frequently used sites are not accessible. Worse, the visual differences between sites results in a sensory overload and extreme fatigue when searching through multiple sites. What I need to learn is where to find essential information on accessible sites, so I an spend as much time on this as other students. Challenge - catching up. That's obvious. Meeting the journal requirement when I haven't been keeping records sense week 3. Blockers - a detail, often small, that is not provided by any accessible site. Course requirements dictate that I somehow find it with only hints, so I can stay stuck on the same tiny bug for a week or more.

pawaitemadisoncollege commented 3 years ago

@jvjohnson1 It's very unfortunate that you aren't willing or able to to log your problem solving process. A large part a software developer's life is troubleshooting (often days and days!). A big part of this course is practicing just that, and fine-tuning that process. It's very difficult for me to help you tweak that process when I'm not able to see what that process is. Remember, the recommended starting approach is this: http://paulawaite.com/education/java113/problemSolvingAndGettingHelp.html. There you can see that internet searching should be one of the last things you use do troubleshoot.

jvjohnson1 commented 3 years ago

Not sure how we are supposed to use the assertTrue and equals() method, because according to https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html the equals() method returns "true if and only if this method returns true if and only if x and y refer to the same object (x == y has the value true)."

jvjohnson1 commented 3 years ago

@pawaitemadisoncollege Other then the comment above, I think I got this one.

pawaitemadisoncollege commented 3 years ago
jvjohnson1 commented 3 years ago

I think I got this issue - I'll be checking through them one at a time.

pawaitemadisoncollege commented 3 years ago

I still see the log directory, and do not see a screenshot showing all tests are passing (green).

jvjohnson1 commented 3 years ago

I'm not sure what needs to be changed in the log directory, but the screenshot with the green checkmarks pushed successfully on the third try.

pawaitemadisoncollege commented 3 years ago

Screenshot looks good.

The log directory and target directories are still showing up. Delete them, then commit and push! If they continue to showing up after that, refer back to the suggestions earlier in this issue and in slack with regard to fixing them.

jvjohnson1 commented 3 years ago

I think we are good to go on this one.

pawaitemadisoncollege commented 3 years ago

That's better!