You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reddit user techjp indicated that it might be awesome enough. As a result we added it to:
Frameworks:
*[🖼][p_win][⭐][a_all][💲](#"Some modules free; Some require $299+ license")[👽](#"Requires external dll")[Chilkat AXL](https://www.chilkatsoft.com/refdoc/activex.asp) - Numerous useful ActiveX libraries hosted from a single zip.
WebTools:
* From Frameworks
* In `Chilkat AXL` find `HTTP`, `HTTPRequest`, `HTTPResponse`, `Auth*`, `OAuth*`, `REST`, `WebSocket` and numerous other useful web-related libraries.
This evening Kallum and I have been taking a look at it and we aren't certain it is awesome, so would like to put it to a vote. 5 votes and we will re-add it. I've added my vote to take into consideration techjps suggestion.
Reasons for removal:
The library does not follow any constructor naming conventions e.g. loadXYZ.
'Typical name conventionWithnewChilkatCsv.LoadFile(...)EndWith'Looks okay and expectedWithChilkatJson.LoadString(...)Endwith'would have prefered LoadFile... but okWithnewChilkatXml.LoadXMLFile(...)EndWit'Convention not followedWithnewChilkatGzip.ReadFile(...)EndWith'Convention not followedWithnewChilkatHttp.PostJson(...)EndWith
It is important for a framework to remain internally consistent, as this will reduce the learning curve of the library. This is especially important when
Very few examples
Again difficult to learn what is correct to do without good and full examples.
Poor error checking(?)
In order to get a feeling for the library I tried to parse a csv and set the column "c" to the sum of "a" and "b". This code didn't error, but it didn't modify the csv either... I'm a little unsure whether I'm doing the right thing or not, but the lack of errors sure don't help.
After reddit user techjp indicated that it might be awesome enough. As a result we added it to:
This evening Kallum and I have been taking a look at it and we aren't certain it is awesome, so would like to put it to a vote. 5 votes and we will re-add it. I've added my vote to take into consideration
techjps
suggestion.Reasons for removal:
The library does not follow any
constructor
naming conventions e.g.loadXYZ
.It is important for a framework to remain internally consistent, as this will reduce the learning curve of the library. This is especially important when
Very few examples
Again difficult to learn what is correct to do without good and full examples.
Poor error checking(?)
In order to get a feeling for the library I tried to parse a csv and set the column "c" to the sum of "a" and "b". This code didn't error, but it didn't modify the csv either... I'm a little unsure whether I'm doing the right thing or not, but the lack of errors sure don't help.
The text was updated successfully, but these errors were encountered: