-
Notifications
You must be signed in to change notification settings - Fork 4
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
Duplicate code #337
Comments
I've addressed all items listed above. They all felt pretty good except for the last two, which relate to testing instances of types @pixelzoom - feel free to take a look if you see this going by, but I think I've addressed them all, so I'll go ahead and close. |
👍🏻 Looks great. |
For #331 ...
I used WebStorm Code > Analyze Code > Locate Duplicates, and ignored duplicates in js/micro/. Here are the duplicates that seemed significant.
energyPacketCrossedAltitude
in FluxSensor.ts and EnergyAbsorbingEmittingLayer.tsnew ArrowNode
in FluxMeterNode.ts:const options: PanelOptions
in InfraRedPanel.ts and SunlightPanel.tsisInfrared
in Photon.ts, EMEnergyPacket.ts, Wave.tsisVisible
in Photon.ts, EMEnergyPacket.ts, Wave.tsThe text was updated successfully, but these errors were encountered: