Git Product home page Git Product logo

Comments (7)

nolanw avatar nolanw commented on July 17, 2024

Hello!

Which projects are you aware of that suffer from name collisions?

I kinda consider HTML the class prefix for HTMLReader. When I started this project I looked around to see if anyone else was using it. I didn't find anyone, so I proceeded to use it. Didn't seem too general at the time!

But I'm not surprised to hear that there's some clashing, and in principle I'm for eliminating pointless friction.

from htmlreader.

rval avatar rval commented on July 17, 2024

I would agree that HTML is probably too generic for use as a class prefix, and is likely to cause issues in some projects (e.g., if Apple were to introduce some HTML classes into Swift's standard library). Apple's Objective-C Conventions also state that class prefixes should be 3 letters:

"Your own classes should use three letter prefixes. These might relate to a combination of your company name and your app name, or even a specific component within your app."

from htmlreader.

nolanw avatar nolanw commented on July 17, 2024

I’m not sure they meant "and only three letter prefixes". The immediate context for the snippet you quote is:

Two-letter prefixes like these are reserved by Apple for use in framework classes.

Besides, I can’t think of a reasonable three letters to choose as a prefix ;)

Anyway, my stance is to leave it be until someone can point to a project that’s causing conflicts. Once that happens I’m open to working something out.

from htmlreader.

rval avatar rval commented on July 17, 2024

Totally reasonable. And thank you for this library. It's been completely rock solid and saved me a ton of time!

from htmlreader.

nolanw avatar nolanw commented on July 17, 2024

You’re quite welcome!

from htmlreader.

lurui1029 avatar lurui1029 commented on July 17, 2024

I do have a naming conflicts with pod 'TapjoySDK' with following message:

duplicate symbol _parseNumber in:
/Users/user/Library/Developer/Xcode/DerivedData/MyProject-dccczrsfcebodlhhgwfuljlwdtfq/Build/Products/Debug-iphoneos/HTMLReader/libHTMLReader.a(HTMLSelector.o)
Pods/TapjoySDK/TapjoySDK_iOS_v11.12.2/Libraries/Tapjoy.embeddedframework/Tapjoy.framework/Tapjoy(Tapjoy)
ld: 1 duplicate symbol for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Please add a prefix :)

from htmlreader.

nolanw avatar nolanw commented on July 17, 2024

@lurui1029 I'ma move that to a new issue if that's alright! #85

from htmlreader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.