-
We need to go through the code and make the style consistent. This means a few things.
- **Naming Conventions**: We need to have consistent naming schemes for classes, methods, local variables, files,…
-
Three types of database naming conventions are in use. Database fields use camelcase ("timestampCall"), underscore separation ("call_record_id"), and other ("callerID"). After analyzing the code, th…
-
Add code to the validator script `./script/validator.py` that checks the **test cases and test utilities** for the **naming conventions** listed in https://github.com/cmu-db/peloton/blob/master/test/R…
-
Hello, congratulations and thank you very much for mirroring Mark Pilgrim's _Dive Into Python_ after he took it offline!
This is to report a problem accessing some of the pages (a similar problem was…
slel updated
10 years ago
-
#### Here are a few suggestions for improving the code:
1. Improve the class and method naming conventions to follow PHP naming conventions. For example, consider renaming `paramMatch()` to `paramM…
-
Hello, are you planning to support upper-case for enums and other naming conventions like:
```
namingConvention:
enumValues: upper-case#upperCase
```
This is a great extension to VS Code,…
-
It would be great if the graph also included forward class declarations as dependencies. Some coding conventions call for using them instead of #import, and having an #import only in the .m file.
-
Hi PSake-VSTS,
We have an onpremise set of psake build and deploy scripts that we share across all of our repositories,
The set of scripts are in the build script repo.
So 100+ code repos with o…
-
Besides code architecture, etc, we need to add the conventions that we follow in this project to maintain consistency throughout the code.
We need to add topics testing structure, certain libraries t…
-
Example:
```java
// User.java
import org.immutables.value.Value;
@Value.Immutable
public interface User {
@Value.Default
default String getName() {
return NameGenerator.rando…