Programming-Practice icon indicating copy to clipboard operation
Programming-Practice copied to clipboard

optimized code

Open Anshuman7080 opened this issue 1 year ago • 1 comments
trafficstars

Functionality Encapsulation: Created get_computer_choice() to handle the computer's choice logic, making it clearer and more modular. Winner Determination: Simplified determine_winner() to handle all win/lose conditions with fewer checks. Input Handling: Added a space before %c in scanf to ignore any leading whitespace or newline characters. Variable Names: Made variable names more descriptive, such as player_choice and computer_choice, for better readability. This should keep the functionality intact while improving clarity and efficiency!

Anshuman7080 avatar Oct 05 '24 15:10 Anshuman7080

this is a valid pull request

Anshuman7080 avatar Oct 12 '24 09:10 Anshuman7080