咨询与建议

限定检索结果

文献类型

  • 5 篇 会议
  • 3 篇 期刊文献

馆藏范围

  • 8 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 8 篇 工学
    • 7 篇 计算机科学与技术...
    • 5 篇 软件工程
    • 3 篇 电气工程
    • 1 篇 信息与通信工程
    • 1 篇 控制科学与工程
    • 1 篇 网络空间安全
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...

主题

  • 8 篇 empirical studie...
  • 2 篇 programming lang...
  • 2 篇 immutability
  • 2 篇 api usability
  • 1 篇 developer experi...
  • 1 篇 rest apis
  • 1 篇 design process
  • 1 篇 web apis
  • 1 篇 mutability
  • 1 篇 parallel program...
  • 1 篇 programmer produ...
  • 1 篇 software psychol...
  • 1 篇 programming lang...
  • 1 篇 software organiz...
  • 1 篇 scientific disco...
  • 1 篇 multiple problem...
  • 1 篇 api design
  • 1 篇 distributed cogn...
  • 1 篇 software design
  • 1 篇 programming team...

机构

  • 2 篇 carnegie mellon ...
  • 1 篇 cmu hcii pittsbu...
  • 1 篇 univ joensuu dep...
  • 1 篇 univ michigan an...
  • 1 篇 nokia inc sunnyv...
  • 1 篇 secure coding in...
  • 1 篇 carnegie mellon ...
  • 1 篇 software enginee...
  • 1 篇 carnegie mellon ...
  • 1 篇 haverford coll h...
  • 1 篇 univ calif san d...
  • 1 篇 univ maryland de...
  • 1 篇 univ maryland co...
  • 1 篇 google inc seatt...
  • 1 篇 hampton univ ham...
  • 1 篇 tufts univ dept ...
  • 1 篇 inst software en...

作者

  • 4 篇 coblenz michael
  • 3 篇 sunshine joshua
  • 3 篇 myers brad
  • 3 篇 aldrich jonathan
  • 1 篇 voozhian kamatch...
  • 1 篇 macvean andrew
  • 1 篇 kim jw
  • 1 篇 nelson whitney
  • 1 篇 foster jeffrey s...
  • 1 篇 tukiainen m
  • 1 篇 myers brad a.
  • 1 篇 kery mary beth
  • 1 篇 seacord robert
  • 1 篇 weber sam
  • 1 篇 curtis bill
  • 1 篇 lerch fj
  • 1 篇 shull forrest
  • 1 篇 alliyu oluwatosi...
  • 1 篇 guo wentao
  • 1 篇 murphy lauren

语言

  • 8 篇 英文
检索条件"主题词=empirical studies of programmers"
8 条 记 录,以下是1-10 订阅
排序:
Comparing two spreadsheet calculation paradigms: an empirical study with novice users
收藏 引用
INTERACTING WITH COMPUTERS 2001年 第4期13卷 427-446页
作者: Tukiainen, M Univ Joensuu Dept Comp Sci FIN-80101 Joensuu Finland
empirical studies of spreadsheet programming have commonly shown high overall error rates but only little attention has been paid to reasons for these errors. One often mentioned cause for errors is the low conceptual... 详细信息
来源: 评论
Why is programming (sometimes) so difficult? Programming as scientific discovery in multiple problem spaces
收藏 引用
INFORMATION SYSTEMS RESEARCH 1997年 第1期8卷 25-50页
作者: Kim, JW Lerch, FJ CARNEGIE MELLON UNIV GRAD SCH IND ADMPITTSBURGHPA 15213
Our theoretical framework views programming as search in three problem spaces: rule, instance, and representation. The main objectives of this study are to find out how programmers change representation while working ... 详细信息
来源: 评论
Glacier: Transitive Class Immutability for Java  17
Glacier: Transitive Class Immutability for Java
收藏 引用
39th IEEE/ACM International Conference on Software Engineering (ICSE)
作者: Coblenz, Michael Nelson, Whitney Aldrich, Jonathan Myers, Brad Sunshine, Joshua Carnegie Mellon Univ Sch Comp Sci Pittsburgh PA 15213 USA Hampton Univ Hampton VA 23668 USA
Though immutability has been long-proposed as a way to prevent bugs in software, little is known about how to make immutability support in programming languages effective for software engineers. We designed a new form... 详细信息
来源: 评论
A Course-Based Usability Analysis of Cilk Plus and OpenMP
A Course-Based Usability Analysis of Cilk Plus and OpenMP
收藏 引用
IEEE Symposium on Visual Languages and Human-Centric Computing*
作者: Coblenz, Michael Seacord, Robert Myers, Brad Sunshine, Joshua Aldrich, Jonathan Carnegie Mellon Univ Sch Comp Sci Pittsburgh PA 15213 USA Secure Coding Inst Gibsonia PA USA
Cilk Plus and OpenMP are parallel language extensions for the C and C++ programming languages. The CPLEX Study Group of the ISO/IEC C Standards Committee is developing a proposal for a parallel programming extension t... 详细信息
来源: 评论
Exploring Language Support for Immutability  16
Exploring Language Support for Immutability
收藏 引用
38th IEEE/ACM International Conference on Software Engineering (ICSE)
作者: Coblenz, Michael Sunshine, Joshua Aldrich, Jonathan Myers, Brad Weber, Sam Shull, Forrest Carnegie Mellon Univ 5000 Forbes Ave Pittsburgh PA 15213 USA Inst Software Engn 4500 Fifth Ave Pittsburgh PA USA
Programming languages can restrict state change by preventing it entirely (immutability) or by restricting which clients may modify state (read-only restrictions). The benefits of immutability and read-only restrictio... 详细信息
来源: 评论
A Qualitative Study of REST API Design and Specification Practices
A Qualitative Study of REST API Design and Specification Pra...
收藏 引用
IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)
作者: Coblenz, Michael Guo, Wentao Voozhian, Kamatchi Foster, Jeffrey S. Univ Calif San Diego Comp Sci & Engn Dept San Diego CA 92103 USA Univ Maryland Dept Comp Sci College Pk MD 20742 USA Nokia Inc Sunnyvale CA USA Univ Maryland College Pk MD 20742 USA Tufts Univ Dept Comp Sci Medford MA 02155 USA
REST APIs expose web services to clients. Although experts have recommended guidelines for REST API design, there is little empirical evidence regarding the relationship between adherence to guidelines and benefits to... 详细信息
来源: 评论
API Designers in the Field: Design Practices and Challenges for Creating Usable APIs
API Designers in the Field: Design Practices and Challenges ...
收藏 引用
IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)
作者: Murphy, Lauren Kery, Mary Beth Alliyu, Oluwatosin Macvean, Andrew Myers, Brad A. Univ Michigan Ann Arbor MI 48109 USA CMU HCII Pittsburgh PA USA Haverford Coll Haverford PA 19041 USA Google Inc Seattle WA USA
Application Programming Interfaces (APIs) are a rapidly growing industry and the usability of the APIs is crucial to programmer productivity. Although prior research has shown that APIs commonly suffer from significan... 详细信息
来源: 评论
Insights from empirical studies of the software design process
收藏 引用
Future Generation Computer Systems 1992年 第2-3期7卷 139-149页
作者: Curtis, Bill Software Engineering Institute Carnegie Mellon University Pittsburgh PA 15213-3890 United States
empirical research on software development has shown that the design phase exercises extreme leverage over project outcomes. This paper reviews research performed on the design process and proposes several research qu... 详细信息
来源: 评论