gpt4 book ai didi

.NET 商店中的 JavaScript 命名约定

转载 作者:行者123 更新时间:2023-11-30 08:58:38 26 4
gpt4 key购买 nike

<分区>

我对项目架构师的请求有疑问。此人希望我按照 .NET 命名约定的方式命名我的所有属性。

我是应该努力让 JavaScript 保持为 JavaScript,还是允许 .NET 命名约定在我们的 JS 上蔓延,因为我们在 .NET 商店中?

//ALL THE RETURN PROPERTY NAMES SHOULD START WITH A CAPITALIZED LETTER - like     MaxItemsPerPage.
return {
MaxItemsPerPage: _dataModel.pageSize,
data: _data,
searchTerm: _searchTerm,
filterViewModel: _filterModel,
dataGridViewModel: _dataModel,
sortOptions: _sortOptions,
selectedSortOption: _selectedSortOption,
selectedSortOrder: _selectedSortOrder,
sortOrders: _sortOrders,
loading: _loading,
update: updateData,
searchResults: _searchResults,
pageTitle: _pageTitle,
showSortOpts: _showSortOpts,
enableSortOpts: _enableSortOpts,
disableSortOpts: _disableSortOpts,
showA: _showAscendingOptions,
showD: _showDescendingOptions,
selectedSearchTemplate: _selectedSearchTemplate,
searchListTemplateOptions: _searchListTemplates
};

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com