panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.6k stars 136 forks source link

Implement countWords #2

Closed Mevrael closed 7 years ago

Mevrael commented 7 years ago

Hi, congrats with 1.0. First small feedback. When I was browsing Count section I expected to see function to count words which is often used, for example, to generate approx "time read" time.

P.S. could you provide simple plan with some cool links to get started with modern iOS dev and Swift 3 for someone with a huge dev experience in general already? How do you handle env, config, styles, layout, package management? I don't like writing a lot of small UI classes and drag'n'dropin' UI with mouse, if there are packages to use something close to CSS/HTML would be great. May be you can follow me back on https://twitter.com/mevrael so I could DM you : )

panzerdp commented 7 years ago

Hey @Mevrael, thanks!

I agree it's a good idea to implement the v.countWords().

What about the iOS development, you could start with Swift programming guide and iOS Programming: The Big Nerd Ranch Guide. If you're looking for a more tranditional HTML like, check out the React native.

panzerdp commented 7 years ago

v.countWords() is implemented in version 1.0.0.alpha.2