DreamBerd
DreamBerd copied to clipboard
[Request] Enforce const boldness
Related: #456
const
is a powerful statement. The user should be aware of this. Therefore, I propose requiring the following code:
const const const PI = 3.14!
To be written like so:
const const const PI = 3.14!
Ok on a wider point... supporting rich text on the whole would be great
I was thinking we could also add a sudo
keyword for things like this.
Trying to do this:
const const const PI = 3.14!
would just return a permission denied error - you would be required to do the following:
sudo const const const PI = 3.14!
This will prompt for your administrator password before preceding, to make sure the user really knows what they're doing