-
Notifications
You must be signed in to change notification settings - Fork 31
TASK: Add simple memory system to the Person #137
Copy link
Copy link
Open
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐛 Upper BeginnerGood for more experienced beginnersGood for more experienced beginners🐜 Lower IntermediateGood for growing devs with some confidence in programmingGood for growing devs with some confidence in programming
Description
Activity
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐛 Upper BeginnerGood for more experienced beginnersGood for more experienced beginners🐜 Lower IntermediateGood for growing devs with some confidence in programmingGood for growing devs with some confidence in programming
Leave a comment if you want to work on this task!
Difficulty: Upper Beginner to Lower Intermediate
TODO:
remember()method to thePersonclass inperson.py._memory).recall()that returns_memory.sayof typeboolthat defaults toFalse. If this is set to true, the method must firstsay()the memory before returning.forget()method.PR steps:
feat/memory-systemTASK: Add simple memory system to the `Person` (#137)Closes #137Please make sure you have read the Contributing Guidelines before working.
Feel free to ask any questions here!
If you are interested in working on this task,
please leave a comment requesting assignment to explicitly let others know the task is taken and prevent duplicate PRs.