Skip to content

Commit c545747

Browse files
lwasserucodery
andauthored
Apply suggestions from code review
Co-authored-by: Jeremy Paige <ucodery@gmail.com>
1 parent d1d7276 commit c545747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean-modular-code/activity-3/clean-code-activity-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this activity, you will build checks into your workflow to handle data proces
2222

2323

2424
### Real world data processing & workflows and edge cases
25-
Real-world data rarely can be imported without "work arounds". You will often find unusual data entries and values you don't expect. Sometimes, these values are documented - for example, a 9999 may represent a missing value in a dataset. Other times, there are typos and other errors in the data that you need to handle. Sometimes, call these unusual values or instances in a dataset or workflow "edge cases".
25+
Real-world data rarely can be imported without "work arounds". You will often find unusual data entries and values you don't expect. Sometimes, these values are documented - for example, a 9999 may represent a missing value in a dataset. Other times, there are typos and other errors in the data that you need to handle. These unusual values or instances in a dataset or workflow are sometimes called "edge cases".
2626

2727
Writing robust code that handles unexpected values will make your code run smoothly and fail gracefully. This type of code, which combines functions (or classes) and checks within the functions that handle messy data, will make your code easier to maintain over time.
2828

0 commit comments

Comments
 (0)