Skip to content

Instantly share code, notes, and snippets.

@dipta007
Created June 13, 2020 09:45
Show Gist options
  • Save dipta007/75f0d0798c3b873cced6ab9617a60f33 to your computer and use it in GitHub Desktop.
Save dipta007/75f0d0798c3b873cced6ab9617a60f33 to your computer and use it in GitHub Desktop.
# Ugly Code
add_address(road, block, city, state, country)
# Clean Code
add_address(address: Address)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment