-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break out string parsing functions into a separate file called Strings.js #458
Comments
@Mridul97 would you be at all interested in this one? Just curious! |
GitMate.io thinks possibly related issues are #26 (Break out longer functions into sub source files and require in), #118 (Assorted improvements to be broken into separate issues), #165 (Various module ideas to be broken out into separate issues), and #141 (move module tests into separate test files). |
1 similar comment
GitMate.io thinks possibly related issues are #26 (Break out longer functions into sub source files and require in), #118 (Assorted improvements to be broken into separate issues), #165 (Various module ideas to be broken out into separate issues), and #141 (move module tests into separate test files). |
Can I claim this @jywarren, please? |
Yes please, that'd be great!!!
…On Sat, Nov 10, 2018, 4:05 AM Kunal Rai ***@***.*** wrote:
Can I claim this @jywarren <https://github.com/jywarren>, please?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ0XJfWt2pRIZn4jMT1S-zI2tvMicks5utpbCgaJpZM4YVUZx>
.
|
@jywarren this has been inactive for a while, shall I take this up? |
sure, is anyone currently working on it?
…On Wed, Dec 5, 2018 at 10:49 AM Vibhor Gupta ***@***.***> wrote:
@jywarren <https://github.com/jywarren> this has been inactive for a
while, shall I take this up?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ51LdkkVy15AX3td4KcmUn-7yNemks5u1-rfgaJpZM4YVUZx>
.
|
Doesn't look like it |
Sure, then, go ahead! Thank you!
…On Wed, Dec 5, 2018 at 11:02 AM Vibhor Gupta ***@***.***> wrote:
Doesn't look like it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ0PontV8aQHd3xlp2n5OoACMCZUJks5u1-3hgaJpZM4YVUZx>
.
|
@VibhorCodecianGupta I am working on this one. Could you please take up any other issue. Thanks! |
Sorry Mridul, i keep replying in my email inbox, and not seeing prior
comments. Apologies!
…On Wed, Dec 5, 2018 at 11:43 AM Mridul97 ***@***.***> wrote:
@VibhorCodecianGupta <https://github.com/VibhorCodecianGupta> I am
working on this one. Could you please take up any other issue. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ03yKVs7D3eUvgV_kaW6SDQkVSRYks5u1_eKgaJpZM4YVUZx>
.
|
No problem at all! @jywarren |
@Mridul97 yup, no issues! |
This is some great code! Let's break it out so it's more readable. We might even make a folder called
strings
and break it out more thoroughly.image-sequencer/src/ImageSequencer.js
Lines 234 to 344 in 2243a4b
Keep an eye on the tests here, which will tell us if we've properly moved the code:
https://github.com/publiclab/image-sequencer/blob/main/test/modules/import-export.js
The text was updated successfully, but these errors were encountered: