-
To simplify the code, we should remove the extensive use of code duplication (copy-paste).
Here is a gist showing some of the current duplication, automatically generated with [PMD](https://github…
-
See discussion here: https://github.com/OpenLiberty/liberty-tools-intellij/issues/1024. The work done for IntelliJ should be ported back.
-
I'll start by saying this is probably not a very common use-case, but I wanted to ask this in case there is some better way of doing what I'm doing that I couldn't find in the documentation.
I have…
zmeir updated
2 weeks ago
-
While trying to use Functors for dependency injection, I noticed that the functions defined within `module Make` are defined a second time at the top level.
**Rescript:**
```res
module type Dep…
-
Hi Orbax team,
I was looking at Orbax code at the latest version==0.7.0 and found that pieces of code with quite heavy logic around tensorstore_spec creation seem to contain duplicates.
I'd like to …
-
The puzzle `137-386c23be` from #137 has to be resolved:
https://github.com/h1alexbel/sr-detection/blob/19e0c17eaeaaba801f533778f767437037793ffd/sr-data/src/sr_data/steps/mcw.py#L35-L39
The puzzle w…
-
There are some cases of unnecessary Code Duplication, i marked few that i made with @code-duplication in a comment.
Pdzly updated
3 months ago
-
There's substantial duplication among [CNFireLi2014Mod](https://github.com/ESCOMP/CTSM/blob/master/src/biogeochem/CNFireLi2014Mod.F90), [CNFireLi2016Mod](https://github.com/ESCOMP/CTSM/blob/master/src…
-
As sonarcloud reports in #1177, there is quite some code duplication across the `basic` and `dynamic` heuristics implementation. We could refactor to simplify the code and reduce duplication with a fe…
-
Currently, the functions in `diagnostics.py` exhibit a lot of code duplication; most of it can be delegated to one or two helper functions which are then utilized by the diagnostics functions.