Not logged inOpenClonk Forum
Up Topic General / General / Did Empirical Study, all I got was T-Shirt
- - By Mortimer [de] Date 2014-07-18 23:34
Hey, I took way too long to write a bachelors thesis on an empirical study I did with Eclipse/C4DT and OpenClonk development, measuring impact of code completion and solving time for some small scenario development tasks. There were 10 test subjects who actually finished the coding tasks (such significance) and I kind of messed up writing the actual paper and results were not clear enough but whatevs.

Design was:
Three different modes: C4Script with ominous homegrown type inference (c4dt default, i), C4Script with type annotations (such as var Clonk clonk; func int blablu() {}, s), both with instant code completion and C4Script without type inference and no code completion (n).

Two groups with different mode setups where participants had to solve variations of the same four tasks:
Group 1: s, n, i, i
Group 2: i, s, n, s

Results: Tendency towards code completion helping yay?
Tasks: https://bitbucket.org/mortimer/bachelors-study-excercises/src/tip, those actually used were Waypoints, Dialog, Vegetation, ExplosiveRain, <scen>.ocd/Task.ocd/Script.c was where people had to type in stuff (empty func Task() {})

pdf: Link
Reply
Parent - - By Newton [de] Date 2014-07-21 20:02
Cool, another bachelor thesis about Clonk. Reading right now. (79 pages for a bachelor thesis, seriously?)
Parent - - By Mortimer [de] Date 2014-07-21 20:13
Yeah, I seriously messed up there. Was only 2.0 because of outstanding work put into the experiment design blabla :v
Reply
Parent - - By Newton [de] Date 2014-07-21 20:29
What was only 2.0?
Parent - - By Mortimer [de] Date 2014-07-21 20:59
The thesis.
Reply
Parent - By Newton [de] Date 2014-07-21 21:42
ah
Up Topic General / General / Did Empirical Study, all I got was T-Shirt

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill