• 2 Posts
  • 95 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle











  • MrLuemasG@lemmy.worldtoLemmy Shitpost@lemmy.worldThe unemployment cycle
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    9 months ago

    If they do background checks and you list it on your resume / hiring paperwork, they all do.

    I used to work as a team lead on a call center help desk that had literally no requirements to get the job outside of a 10 question “technical interview” that features questions such as “can you name three programs that are a part of the Microsoft office suite” and periodically we would have new hires get fired once their background check returned that they lied about having a degree that they don’t actually have.

    I don’t know why they lied - degrees aren’t even requested or required for getting the job, but they did and lying on anything that came up on the background check was an immediate termination









  • The use cases definitely do come up where you want the logic inside the loop to execute at least once. One common use case I have is validating user input in console applications. Put the instructions for validating the user’s inputs inside a do while and then run logic to validate it at the end - that way you can easily loop back to the start and re-prompt them for the user input again.