Skip to content
#

learning

Here are 9,576 public repositories matching this topic...

lmccart
lmccart commented May 9, 2018

Hi 👋👋👋

We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.

[There are several ways to con

oppia
vojtechjelinek
vojtechjelinek commented Oct 1, 2021

We used constants.ENABLE_ACCOUNT_DELETION and constants.ENABLE_ACCOUNT_EXPORT while we were implementing the deletion and export features. Right now these constants are always set to true and no longer needed, thus they can be fully removed from the codebase.

Steps to work on this issue:

  1. Pick one of the constants.
  2. Search the constant in the codebase and remove it from everywhere.

Learning apps

Improve this page

Add a description, image, and links to the learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the learning topic, visit your repo's landing page and select "manage topics."

Learn more