-
```fsharp
let add _ _ = _arg1 + _arg2
[]
let main _ =
printfn "%d" (add 1 2)
0
```
The above snippet compiles, runs and works (as expected). I imagine this is an oversight, buggy behavi…
-
In order to make the code easier to read we should respect the go recommended naming conventions.
Therefore we should refactor the codebase to use the following naming conventions:
* **packages:** s…
-
| --- | --- |
| Bugzilla Link | [470095](https://bugs.eclipse.org/bugs/show_bug.cgi?id=470095) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jun 12, 2015 12:33 EDT |
| Modified | Jun…
-
I have an issue when using `tfjs-replicate-layers-model` and working on multiple threads. The process follows this logic:
In the main process, I load an existing model and replicate it using `tfjs-…
-
Should try and be systematic about variable names, so far the general system has been
small x,y,z,t for coordinates, vx vy px etc for components
X V P for four vectors, suffixing with 0 for the more f…
-
After a few discussions with team members and external sources, "EventPoster" sounds like a "poster" for an event. Do we need a name change? Maybe to something like EventCreator?
I raised this as a…
-
I wanted to start an initiative to rename the various single or two letter variable name conventions used by YGOPro. I dont feel it is good practice to write code this way with few exception, like ite…
-
Variable names should change! Problems arise because of the naming system you're using.
An example:
In file `main.py`, line 45:
`parser = parser.parser()`
It's confusing, and there are naming co…
-
the environment variables are typically names this:
```
ENV_VAR_NAME
```
while Java properties are named:
```
env_var_name
```
AppConfig needs to be able to read `ENV_VAR_NAME` and …
-
check whether qualtrics allows you to designate a variable name. what is happening right now is that since you don't designate a variable name for each question, it is taking the question itself and t…