-
## Completed
1. **Search Bar**: `searchbar.xml`
- Used by admins.
## Work in Progress
2. **Warning Popup**: `warning_popup.xml` (Sarah edit: this looks done)
- For “Cancel registration” and …
-
I would recommend removing the Hungarian notations in the Movie class. Because this does not conform to the C# convention see https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-…
-
From https://github.com/phetsims/chipper/issues/1180
@samreid had some great thoughts about how challenging it was to conduct a code review because of the length and formatting of the CRC. During o…
-
I don't like coding rule. However I find I'm not consistent too. I will try to follow it as much as possible.
https://www.python.org/dev/peps/pep-0008/#naming-conventions
-
Please refer here to check Kotlin style guide
https://kotlinlang.org/docs/reference/coding-conventions.html
Review the code and make it to follow the style guide (e.g. StreamUtils.kt). Also cleanup …
-
There's a lot of differences in code styling at the moment, we need to set on conventions for class/file/method/variable naming and indentation rules.
-
The idea is to create a new folder for each version of semantic conventions release and instrumentation packages or end users can choose which one to use.
The folder structure will look like follo…
-
# New Institution Request
To request a new item please ammend the following template below to reflect the items you are interested in.
Conditions on naming conventions and permissable items can b…
-
I came across Neo4j's naming conventions in their Cypher Manual (https://neo4j.com/docs/cypher-manual/current/syntax/naming/). Currently, the `statusAndTrends` database (https://9fb1063a.databases.neo…
-
Although we should implement refactoring as a constant part of our dev process, we started off with a rather rapid prototyping and left things a bit unmanaged due to the fast paced development cycle…