-
Would it be possible to reduce the code duplication regarding the store implementation ? The functions `forThisStore`, `onLoadResourceSuccess` and `onLoadResourceFail` are copied all over. Do you have…
-
If we were using classes we could have a base [params class](http://docs.puppetlabs.com/guides/style_guide.html#class-parameter-defaults) like [this](https://github.com/puppetlabs/puppetlabs-mysql/blo…
-
> We should try to think how we can reduce code duplication between tonic and web tonic clients.
_Originally posted by @bobbinth in https://github.com/0xPolygonMiden/miden-client/pull/449#discussio…
-
There are code sections that are repeated across all demonstrations. They should be factored out.
-
https://docs.sonarqube.org/display/SONAR/Metric+Definitions#MetricDefinitions-Duplications
-
gene_expression and activity both use the same or similar Variant class. Also sequence.py has similar logic which is used by motifs.py and others.
Need to merge these for combined vcf read utility. S…
-
In the most recent run of CatFIM, we have been finding duplicate lids in the HUC_messages.txt file which has translated to duplication of those LIDs in the CatFIM outputs.
Add a section of code to…
-
Classes `AlterIn`, `AlterOut`, `Unpiercable`, and `Veil` have a lot of code duplication that is not elegant at all.
-
There's a few things that can be cleaned up with these classes, notably the methods `diagonal_coulomb`, `diagonal`, etc. Some of these can just be inferred from the type, i.e. using `isinstance(ham, D…
-
There are a lot of code duplications inside the extension.
```php
// in TokenUtility and FeedUtility those methods could be removed completely
public static function initTSFE($id = 1, $typeNum = 0)…