Skip to content
#

evolution

Here are 653 public repositories matching this topic...

Thrive
taxonworks
mjy
mjy commented Sep 29, 2019

Overview

Everything in lib/utilities is intended to be Rails agnostic (though many use some feature like .blank?. These libraries are execellent targets for extraction and simplification of our code base.

Extraction target

Re-integration

Refactoring should be s

GavinHuttley
GavinHuttley commented Oct 8, 2021

adding two sequences with the same name should preserve that name in the result

concat = seq + seq.rc()

currently concat.name equals None

Test should be added to tests/test_core/test_sequence.py and specifically as a new method (test_add()) at the end of SequenceTests (line 943).

Here are the conditions:

  • if seq1.name == seq2.name then `seq1.name==returned.n

Improve this page

Add a description, image, and links to the evolution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the evolution topic, visit your repo's landing page and select "manage topics."

Learn more