SwePub
Sök i SwePub databas

  Extended search

Träfflista för sökning "L773:0270 5257 "

Search: L773:0270 5257

  • Result 1-10 of 61
Sort/group result
   
EnumerationReferenceCoverFind
1.
  • Afzal, Wasif, et al. (author)
  • Program committee for icse 2018 posters track
  • 2018
  • In: Proceedings / International Conference of Software Engineering. - : IEEE Computer Society. - 0270-5257 .- 1558-1225. ; Part F137351
  • Journal article (other academic/artistic)
  •  
2.
  • Alves, C. F., et al. (author)
  • Welcome from the IWSECO-WEA chairs
  • 2014
  • In: Proceedings - International Conference on Software Engineering. - New York, NY, USA : ACM. - 0270-5257.
  • Conference paper (peer-reviewed)abstract
    • The creation and adoption of a software ecosystem is becoming increasingly pervasive, leading to new research and management challenges. Several companies are platformizing successful products and opening these products up for outside innovation where customers expect to be actively involved in the shaping of the technology they use. This also leads to new opportunities and challenges regarding new business models, open innovation, collaborative development, strategic planning, and coordination of multiple platforms. IWSECO and WEA aim to further increase the body of knowledge in software ecosystems by providing a forum to exchange ideas and discuss the most recent innovations, trends and experiences in the field. It aims to build and shape the community of leading practitioners and research experts by providing a forum for the exchange of research results and industrial practice in software ecosystems. By co-locating both, IWSECO and WEA we aim at attracting and involving interested participants from the larger European software engineering community in an early stage of shaping software ecosystem research and community building. The co-located workshops will be a venue for practitioners and researchers to share experience and lessons learned; with a particular focus on architecture, as the ecosystem architecture can actually determine the success or failure of software ecosystems as a whole.
  •  
3.
  • Bainomugisha, Engineer, et al. (author)
  • Message from Chairs of SEiA 2018
  • 2018
  • In: Proceedings - International Conference on Software Engineering. - New York, NY, USA : ACM. - 0270-5257. ; 2018, s. x-xi
  • Conference paper (other academic/artistic)
  •  
4.
  • Besker, Terese, 1970, et al. (author)
  • Technical Debt Cripples Software Developer Productivity
  • 2018
  • In: Proceedings - International Conference on Software Engineering. - New York, NY, USA : ACM. - 0270-5257. ; , s. 105-114
  • Conference paper (peer-reviewed)abstract
    • Software companies need to continuously deliver customer value, both from a short- and long-term perspective. However, software development can be impeded by what has been described as Technical Debt (TD). The aim of this study is to explore the negative consequences of TD in terms of wasted software development time. This study also investigates on which additional activities this wasted time is spent and whether different types of TD impact the wasted time differently. This study also sets out to examine the benefits of tracking and communicating the amount of wasted time, both from a developer’s and manager’s perspective. This paper reports the results of a longitudinal study, surveying 43 software developers, together with follow-up interviews with 16 industrial software practitioners. The analysis of the reported wasted time revealed that developers waste, on average, 23% of their development time due to TD and that they are frequently forced to introduce new TD due to already existing TD. The most common activity on which additional time is spent is performing additional testing.
  •  
5.
  • Borg, Markus (author)
  • Do Preparatory Programming Lab Sessions Contribute to Even Work Distribution in Student Teams?
  • 2020
  • In: Proceedings - 2020 ACM/IEEE 42nd International Conference on Software Engineering : Companion Proceedings, ICSE-Companion 2020 - Companion Proceedings, ICSE-Companion 2020. - New York, NY, USA : ACM. - 0270-5257. - 9781450371223 ; , s. 254-255
  • Conference paper (peer-reviewed)abstract
    • Unfair work distribution is common in project-based learning with teams of students. One contributing factor is that students are differently skilled developers. To mitigate the differences in a course with group work, we introduced mandatory programming lab sessions. The intervention did not affect the work distribution, showing that more is needed to balance the workload. Contrary to our goal, the intervention was very well received among experienced students, but unpopular with students weak at programming.
  •  
6.
  • Bosch, Jan, 1967, et al. (author)
  • Message from the RCoSE 2018 Chairs
  • 2018
  • In: Proceedings - International Conference on Software Engineering. - 0270-5257. ; Part F137807
  • Conference paper (other academic/artistic)
  •  
7.
  • Briand, Lionel, et al. (author)
  • JF Welcome: ICSE 2021
  • 2021
  • In: Proceedings - International Conference on Software Engineering. - : IEEE Computer Society. - 0270-5257. ; May 2021, s. xxxiii-
  • Conference paper (other academic/artistic)
  •  
8.
  • Calikli, Gul, et al. (author)
  • Effects of automated competency evaluation on software engineers' emotions and motivation: A case study
  • 2018
  • In: SEmotion '18 Proceedings of the 3rd International Workshop on Emotion Awareness in Software Engineering. - New York, NY, USA : ACM. - 0270-5257. - 9781450357517
  • Conference paper (peer-reviewed)abstract
    • © 2018 ACM. Software development consulting companies must be able to select the best suited developers for their clients. A method of doing this is through competence evaluation. Sigma IT Consulting uses manual methods consisting of heavy documentation for employees to fill in their competence. Problems such as data inconsistencies in documentation of competency might cause difficulties for managers while making decisions to assign right developer to the right job. Such difficulties may lead to frustration in managers and negatively affect their decision-making process. Similarly, developers might feel themselves under pressure always having to fill in the competency documents whenever the manager makes requests among all the tasks the developers are busy with and feeling under pressure might have negative effects on developers' performance. Researchers have shown that negative emotions lead to poor software development performance, while positive emotions improve developers' performance. Competency evaluation is an integral part of the daily routine at Sigma IT Consulting. Therefore, negative effects of competency sheets on developers and managers cannot be tolerated. In this case study, having investigated how competency is evaluated at Sigma IT and what employees think about competency evaluation in general, we implemented a web-based competency evaluation platform. When supplemented with qualitative data, the results of the Self-Assessment Manikin (SAM) and Intrinsic Motivation Inventory (IMI) we conducted show that automation of competency evaluation as a web-based platform has positive effects on developers' and managers' emotions and motivations. Interviews we conducted with developers and managers also include their positive thoughts about automation of the competency evaluation.
  •  
9.
  • Cito, Jurgen, et al. (author)
  • Interactive Production Performance Feedback in the IDE
  • 2019
  • In: Proceedings - International Conference on Software Engineering. - 0270-5257. ; 2019-May, s. 971-981
  • Conference paper (peer-reviewed)abstract
    • Performance problems are hard to track and debug, especially when detected in production and originating from development. Software developers try to reproduce the perfor- mance problem locally and debug it in the source code. However, production environments are too different to what profiling and testing can simulate locally in development environments. Software developers need to consult production monitoring tools to reason about and debug the issue. We propose an integrated approach that constructs an In-IDE performance model from monitoring data from production environments. When developers change source code, we perform incremental analysis to update our performance model to reflect the impact of these changes. This allows us to provide performance feedback to developers in near real time to enable them to prevent performance problems from reaching production. We present a tool, PerformanceHat, an Eclipse plugin that we evaluated in a controlled experiment with 20 professional software developers, in which they work on soft- ware maintenance tasks using our approach and a representative baseline (Kibana). We found that developers were significantly faster in (1) detecting the performance problem, and (2) finding the root-cause of the problem. We conclude that our approach helps detect, prevent and debug performance problems faster.
  •  
10.
  • Cito, Jürgen, et al. (author)
  • PerformanceHat - Augmenting Source Code with Runtime Performance Traces in the IDE
  • 2018
  • In: Proceedings - International Conference on Software Engineering. - New York, NY, USA : ACM. - 0270-5257.
  • Conference paper (peer-reviewed)abstract
    • Performance problems observed in production environments that have their origin in program code are immensely hard to localize and prevent. Data that can help solve such problems is usually found in external dashboards and is thus not integrated into the software development process. We propose an approach that augments source code with runtime traces to tightly integrate runtime performance traces into developer workflows. Our goal is to create operational awareness of performance problems in developers' code and contextualize this information to tasks they are currently working on. We implemented this approach as an Eclipse IDE plugin for Java applications that is available as an open source project on GitHub. A video of PerformanceHat in action is online: https://youtu.be/fTBBiylRhag.
  •  
Skapa referenser, mejla, bekava och länka
  • Result 1-10 of 61
Type of publication
conference paper (56)
journal article (4)
book chapter (1)
Type of content
peer-reviewed (48)
other academic/artistic (13)
Author/Editor
Feldt, Robert, 1972 (7)
Berger, Thorsten, 19 ... (5)
Torkar, Richard, 197 ... (3)
Steghöfer, Jan-Phili ... (3)
Hughes, John, 1958 (2)
Horkoff, Jennifer, 1 ... (2)
show more...
Sands, David, 1965 (2)
Martini, Antonio, 19 ... (2)
Gomes, Francisco, 19 ... (2)
Strüber, Daniel, 198 ... (2)
Pelliccione, Patrizi ... (1)
Ekwall, K (1)
Norell, Ulf, 1979 (1)
Perez, D (1)
Nakatumba-Nabende, J ... (1)
Horkhoff, Jennifer (1)
Ghezzi, Carlo (1)
Bainomugisha, Engine ... (1)
Chaudron, Michel, 19 ... (1)
Afzal, Wasif (1)
Caporuscio, M. (1)
Conboy, H. (1)
Di Marco, A. (1)
Duchien, D. L. (1)
Seceleanu, C. (1)
Shahbazian, A. (1)
Spalazzese, R. (1)
Tivoli, M. (1)
Vasilescu, B. (1)
Washizaki, Hironori (1)
Weyns, D. (1)
Pasquale, L. (1)
Nistor, A. (1)
Muşlu, K. (1)
Kamei, Y. (1)
Hanam, Q. (1)
Ying, A. T. T. (1)
Magnusson, A. (1)
Ahmad, Azeem (1)
de Oliveira Neto, Fr ... (1)
Leifler, Ola (1)
Enoiu, Eduard Paul (1)
Schneider, Gerardo, ... (1)
Furia, Carlo A, 1979 (1)
Laine, Leo, 1972 (1)
Berger, Christian, 1 ... (1)
Tichy, Matthias, 197 ... (1)
Gren, Lucas, 1984 (1)
Schröder, Jan, 1986 (1)
Hnich, Brahim (1)
show less...
University
Chalmers University of Technology (47)
University of Gothenburg (26)
Mälardalen University (6)
Lund University (3)
Blekinge Institute of Technology (2)
Royal Institute of Technology (1)
show more...
Linköping University (1)
Mid Sweden University (1)
Linnaeus University (1)
RISE (1)
Karolinska Institutet (1)
show less...
Language
English (61)
Research subject (UKÄ/SCB)
Natural sciences (57)
Engineering and Technology (25)
Social Sciences (10)
Humanities (2)
Medical and Health Sciences (1)

Year

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Close

Copy and save the link in order to return to this view