AliSoftware / AliSoftware/OHPDFImage

Why size_t ?

未关闭
#9 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Objective-C
星标
56
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

I don't understand why you chose to use `size_t` in your framework and not more common type, such as `NSUInteger`.

Maybe the number of bytes is not the same?

Anyway, isn't it a bad choice? Indeed, your library is _de facto_ a wrapper for `CFPDFDocumentRef` and should, IMHO, use common types.

For instance, when I see `size_t`, I don't understand. `NSUInteger` is much more Objective-C-friendly.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。