Skip to content

rocketpower2/WhatToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatToDo

Pseudocode to help with common awkward situations

If you have any tips on how to handle awkward interractions, please submit a pull request. Try to keep with the current pseudocode style as follows:

function function_name_in_snake_case:
    VARIABLE = 4
    Question in sentince case ending in question mark?
        Possible answer 1:
            blahblahblah
        Possible answer 2:
            Question nested however deep you want?
                Possible answer a:
    Another question?
        Yes:
            return 9
        No:
            return VARIABLE
        Maybe:
            return False

Also try to keep advice PG13. This is the internet, mind you!

About

Pseudocode to help with common awkward situations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors