Submitted by jsonathan t3_10zhf5b in coolgithubprojects
the_aligator6 t1_j86pg30 wrote
Reply to comment by bengouk in I made a browser extension that displays AI-generated answers to StackOverflow questions by jsonathan
Encapsulation of external dependency. If the API changes to nltk, you can maintain the same interface and only make the change in one place. If you want to replace nltk, you only have to make the change in one place
Viewing a single comment thread. View all comments